summaryrefslogtreecommitdiffstats
path: root/remote/modules/hardware-stats/data/etc/systemd/system/hardware-stats.service
blob: ca31c695dfff4554f5683e377225a37a8fbd38d3 (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
Wants=tmp.target

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