summary refs log tree commit diff
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index 86d69f0..426262e 100644
--- a/daemon.c
+++ b/daemon.c
@@ -200,7 +200,6 @@ int main(int argc, char *argv[]) {
 	setAdd(&stopExits, EX_NOINPUT);
 	setAdd(&stopExits, EX_OSFILE);
 	setAdd(&stopExits, EX_CANTCREAT);
-	setAdd(&stopExits, EX_CONFIG);
 
 	const char *pidPath = NULL;
 	const char *configPath = ETCDIR "/catsit.conf";