logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

config.h (299B)


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