#!/bin/sh # /etc/runit/ctrlaltdel - process SIGINT/three-finger-salute sent to PID 1 # # This simply tells runit-init to reboot the system. PATH="/usr/bin:/bin" cd /etc/runit touch stopit reboot chmod 100 stopit reboot