summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/etc/systemd/system/shutdown-usage-log.service
blob: fc65fe9fbb836cbd4d3abbec7909ad6b6dd5c166 (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
Before=shutdown.target
RefuseManualStart=yes

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/shutdown-system_usage_update
RemainAfterExit=yes