--- /dev/null
+description "Shutdown the system"
+author "IPFire Team"
+
+console output
+
+task
+exec initctl emit --no-wait shutdown
+
+post-stop script
+ reboot -d -f -i
+end script
--- /dev/null
+description "Shutdown the system"
+author "IPFire Team"
+
+console output
+
+task
+exec initctl emit --no-wait shutdown
+
+post-stop script
+ halt -p
+end script
etc/init/loopback.conf
etc/init/mount-kernel-filesystems.conf
etc/init/mountfs.conf
+etc/init/reboot.conf
+etc/init/shutdown.conf
etc/init/swap.conf
etc/init/sysctl.conf
etc/init/tty1.conf