aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pies.c b/src/pies.c
index c0c1306..503be73 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -2034,2 +2034,3 @@ main (int argc, char **argv)
int diag_flags;
+ int i;
@@ -2051,2 +2052,10 @@ main (int argc, char **argv)
init_process = getpid () == 1;
+ for (i = 1; i < argc; i++)
+ {
+ if (strcmp (argv[i], "--no-init") == 0)
+ {
+ init_process = 0;
+ break;
+ }
+ }

Return to:

Send suggestions and report system problems to the System administrator.