diff options
Diffstat (limited to '')
-rw-r--r-- | src/satd.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -262,8 +262,7 @@ main(int argc, char *argv[]) t (foreground ? 0 : daemonise("satd", DAEMONISE_KEEP_FDS, sock, -1)); /* Change to a process image without all this initialisation text. */ - execl(LIBEXEC "/" PACKAGE "/satd-diminished", argv0, - address.sun_path, getenv("SAT_HOOK_PATH"), NULL); + execl(LIBEXEC "/" PACKAGE "/satd-diminished", argv0, address.sun_path, NULL); fail: if (errno) |