mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-24 23:04:15 +00:00
* Ensure we have all the right targets for ulcmd-shutdown-hook to show the shutdown message * Move to an init script that we can use for setup commands, like adjusting our kernel panic timeout.
11 lines
266 B
Desktop File
11 lines
266 B
Desktop File
[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
|