summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/etc/systemd/system/stats-suspend.service
blob: cd0706cd139ac84b4fbbd97045671875135b85ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Tell server we're about to suspend the system
DefaultDependencies=no
Before=sleep.target
RefuseManualStart=true

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-hws_standby suspend
RemainAfterExit=no