crux-initscripts

hacked CRUX initscripts to work with sinit
git clone git://git.2f30.org/crux-initscripts
Log | Files | Refs | README

sinit-config.h (267B)


      1 /* See LICENSE file for copyright and license details. */
      2 
      3 static char *const rcinitcmd[] = { "/etc/rc", NULL };
      4 static char *const rcrebootcmd[] = { "/etc/rc.shutdown", "reboot", NULL };
      5 static char *const rcpoweroffcmd[] = { "/etc/rc.shutdown", "poweroff", NULL };