diff options
-rw-r--r-- | src/main-afb-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-afb-daemon.c b/src/main-afb-daemon.c index 75d51901..c1204464 100644 --- a/src/main-afb-daemon.c +++ b/src/main-afb-daemon.c @@ -64,7 +64,7 @@ if SELF_PGROUP == 0 the launched command is the group leader if SELF_PGROUP != 0 afb-daemon is the group leader */ -#define SELF_PGROUP 1 +#define SELF_PGROUP 0 struct afb_apiset *main_apiset; struct afb_config *main_config; |