diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h b/config.h deleted file mode 100644 index 050d7e0..0000000 --- a/config.h +++ /dev/null @@ -1,6 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -static const char *fifopath = "/var/run/sinit.fifo"; -static Command commands[] = { - { "poweroff", cmdpoweroff, {0} }, - { "reboot", cmdreboot, {0} }, -}; |