9 lines
153 B
SYSTEMD
9 lines
153 B
SYSTEMD
|
[Unit]
|
||
|
Description=Powers off the server when no tasks running
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/set-wakeup
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|