mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-25 07:14:15 +00:00
12 lines
234 B
SYSTEMD
12 lines
234 B
SYSTEMD
|
[Unit]
|
||
|
Description=ulcmd shutdown hook
|
||
|
DefaultDependencies=no
|
||
|
Before=shutdown.target halt.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/ulcmd --sender system-hook --command poweroff
|
||
|
Type=oneshot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=shutdown.target halt.target
|