Add entry for appropriate commands for Void Linux
(cherry picked from commit 4cc4cebc97
)
Co-authored-by: fosslinux <fosslinux@aussies.space>
Co-authored-by: fosslinux <fosslinux@aussies.space>
This commit is contained in:
parent
bf479eb7f3
commit
293d6c59bb
2 changed files with 4 additions and 0 deletions
3
changelogs/fragments/70704-void-linux-reboot.yml
Normal file
3
changelogs/fragments/70704-void-linux-reboot.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- reboot - Add support for the runit init system, used on Void Linux, that
|
||||
does not support the normal Linux syntax.
|
|
@ -67,6 +67,7 @@ class ActionModule(ActionBase):
|
|||
|
||||
SHUTDOWN_COMMAND_ARGS = {
|
||||
'alpine': '',
|
||||
'void': '-r +{delay_min} "{message}"',
|
||||
'freebsd': '-r +{delay_sec}s "{message}"',
|
||||
'linux': DEFAULT_SHUTDOWN_COMMAND_ARGS,
|
||||
'macosx': '-r +{delay_min} "{message}"',
|
||||
|
|
Loading…
Reference in a new issue