aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-02-07 11:41:55 +0000
committersin <sin@2f30.org>2014-02-07 11:43:24 +0000
commit23dbb870c7ad1d82a5c2a967683158da54ab3469 (patch)
treea9b5145779b776ad3f67158f8fc4efa2dda0a991 /config.def.h
parent747b2bfdceb94ff45b7ced747cbe3458d26dc6a8 (diff)
Allow fifopath to be NULL
In that case we do not use the FIFO at all.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a257b45..ac9cf9b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -6,6 +6,7 @@ static Arg rcinitarg = { .v = rcinitcmd };
static const char *rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
static const char *rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };
+/* if you make this path NULL, then sinit will not use a FIFO */
static const char *fifopath = "/var/run/sinit.fifo";
static Command commands[] = {
{ "poweroff", spawn, { .v = rcpoweroffcmd } },