🎶 AND DON'T FORGET THE JOKER
[flussence-overlay.git] / sys-process / runit / files / ctrlaltdel
blobda5d748f28fe211e154595212eb5cde3528d7e58
1 #!/bin/sh -eu
3 PATH=/bin:/usr/bin
5 # /etc/runit/1 will make these dangling symlinks to /run/runit/*, so create them now.
6 # touch should be equally as safe as chmod here, which is required to reboot anyway.
7 cd /etc/runit
8 touch stopit reboot
9 chmod 100 stopit reboot