Forum › Forums › antiX-development › Development › CLI shutdown command functionality › Reply To: CLI shutdown command functionality
April 6, 2026 at 3:33 pm
#200911
Member
The shutdown command depends on the init system, so there’s 5 different versions on antix-26.
Runit’s shutdown does not have a time argument (except “now”, which is kept for compatibility, I guess). See https://manpages.debian.org/testing/runit/runit-shutdown.8.en.html
Among the other inits that ship with anti-26, dinit also doesnt have a time argument for its shutdown command, but all of the others do (sysvinit, s6-66, and s6-rc) so you could use one of those if you don’t want to make the script yourself to do it on runit.
"--"