UNVR-NAS/overlay/filesystem/etc/systemd/system/ulcmd-shutdown-hook.service

12 lines
266 B
SYSTEMD
Raw Normal View History

[Unit]
Description=ulcmd shutdown hook
DefaultDependencies=no
Before=shutdown.target halt.target poweroff.target
[Service]
ExecStart=/usr/bin/ulcmd --sender system-hook --command poweroff
Type=oneshot
[Install]
WantedBy=shutdown.target halt.target poweroff.target