mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 08:05:09 +02:00
5 lines
272 B
C
5 lines
272 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
static char *const rcinitcmd[] = { "/bin/rc.init", NULL };
|
|
static char *const rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
|
|
static char *const rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };
|