aboutsummaryrefslogtreecommitdiff
path: root/src/rc/openrc-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/openrc-init.c')
-rw-r--r--src/rc/openrc-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/openrc-init.c b/src/rc/openrc-init.c
index 7e82c44c..5bc53434 100644
--- a/src/rc/openrc-init.c
+++ b/src/rc/openrc-init.c
@@ -295,7 +295,7 @@ int main(int argc, char **argv)
/* set default path */
setenv("PATH", path_default, 1);
- if (! reexec)
+ if (!reexec)
init(default_runlevel);
if (mkfifo(RC_INIT_FIFO, 0600) == -1 && errno != EEXIST)