summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/etc/systemd/system/shutdown-usage-log.service
blob: e91c6db6f0cd9d62bfc05f58c56b41b8517a4bf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Tell server we're shutting down
DefaultDependencies=no
Before=shutdown.target
After=-.mount network-online.target
RefuseManualStart=yes

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