mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-24 23:04:15 +00:00
12 lines
203 B
SYSTEMD
12 lines
203 B
SYSTEMD
|
[Unit]
|
||
|
Description=ulcmd reboot hook
|
||
|
DefaultDependencies=no
|
||
|
Before=reboot.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/ulcmd --sender system-hook --command restart
|
||
|
Type=oneshot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=reboot.target
|