diff options
Diffstat (limited to '')
-rw-r--r-- | daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon.c b/daemon.c index 095e962..c873e8a 100644 --- a/daemon.c +++ b/daemon.c @@ -191,8 +191,8 @@ int main(int argc, char *argv[]) { setAdd(&stopExits, EX_CONFIG); const char *pidPath = NULL; - const char *configPath = ETCDIR "/spawntab"; - const char *fifoPath = RUNDIR "/spawnd.pipe"; + const char *configPath = ETCDIR "/catsit.conf"; + const char *fifoPath = RUNDIR "/catsitd.pipe"; const char *userName = NULL; const char *groupName = NULL; |