fix: tune reboot timeout on panic, improve shutdown ulcmd support

* 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.
This commit is contained in:
Chris Blake 2024-05-27 13:07:51 -05:00
parent c259d223bf
commit 27713ab79e
4 changed files with 12 additions and 5 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=UBNT bootup init script
[Service]
User=root
Type=oneshot
ExecStart=/usr/lib/init/boot/ubnt-init.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target