Skip to content

Commit

Permalink
remove LOG_NOWAIT flag
Browse files Browse the repository at this point in the history
  • Loading branch information
em1lyy committed Feb 3, 2021
1 parent 2a3f49a commit 02dac2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kanrisha.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ int rundaemon() {
}

/* init system logging stuff */
openlog("kanrisha", LOG_NOWAIT | LOG_PID, LOG_DAEMON);
openlog("kanrisha", LOG_PID, LOG_DAEMON);

/* init fifo */
mkfifo(CMDFIFOPATH, 0620);
Expand Down

0 comments on commit 02dac2f

Please sign in to comment.