config.def.h - sinit - suckless init | |
git clone git://git.suckless.org/sinit | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
config.def.h (278B) | |
--- | |
1 /* See LICENSE file for copyright and license details. */ | |
2 | |
3 static char *const rcinitcmd[] = { "/bin/rc.init", NULL }; | |
4 static char *const rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NUL… | |
5 static char *const rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", N… |