summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/etc/systemd/system/hardware-stats.service
blob: c28e75a51da8571d7159a62fa874f148b3009e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Gather statistics about this machine and send to boot server
DefaultDependencies=no
After=tmp.target multi-user.target
Wants=tmp.target

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-hardware_stats
RemainAfterExit=yes