diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 06:45:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 06:45:47 +0100 |
commit | d1f7ce55fc963650332dda161d669d4ea3138e85 (patch) | |
tree | 2f71ae965975f0d10c015993c13c11ab06e92b9b /src/satd.c | |
parent | m simplification (diff) | |
download | sat-d1f7ce55fc963650332dda161d669d4ea3138e85.tar.gz sat-d1f7ce55fc963650332dda161d669d4ea3138e85.tar.bz2 sat-d1f7ce55fc963650332dda161d669d4ea3138e85.tar.xz |
start daemon and send message
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
@@ -258,7 +258,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, NULL); + execl(LIBEXECDIR "/" PACKAGE "/satd-diminished", argv0, address.sun_path, NULL); fail: if (errno) |