diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-01 23:19:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-01 23:19:03 +0100 |
commit | 6bafe448eca660a25ea4718ef8291f9ade5b773b (patch) | |
tree | 1d9b9a8ca3b5d88200c22775059f6220c61fea56 /src/satd.c | |
parent | typo (diff) | |
download | sat-6bafe448eca660a25ea4718ef8291f9ade5b773b.tar.gz sat-6bafe448eca660a25ea4718ef8291f9ade5b773b.tar.bz2 sat-6bafe448eca660a25ea4718ef8291f9ade5b773b.tar.xz |
remove unused stuff from daemonise
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/satd.c')
-rw-r--r-- | src/satd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ main(int argc, char *argv[]) t (timerfd_settime(real, TFD_TIMER_ABSTIME, &spec, NULL)); /* Daemonise. */ - t (foreground ? 0 : daemonise("satd", DAEMONISE_KEEP_FDS | DAEMONISE_NEW_PID, 3, 4, 5, 6, -1)); + t (foreground ? 0 : daemonise("satd", /*DAEMONISE_KEEP_FDS | DAEMONISE_NEW_PID,*/ 3, 4, 5, 6, -1)); /* Change to a process image without all this initialisation text. */ execl(LIBEXECDIR "/" PACKAGE "/satd-diminished", argv0, path, NULL); |