diff options
-rw-r--r-- | src/org/euandre/queue.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index 193f430..fd57f10 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -1191,8 +1191,7 @@ This is the entrypoint for starting the \"master\" process. Then the \"master\" process itself takes responsability of starting all the required daemons and commands.") (start #~(make-forkexec-constructor - (list #$cmd "-c" #$config-dir "start-fg") - #:pid-file "/var/lib/postfix/master.lock")) + (list #$cmd "-c" #$config-dir "start-fg"))) (stop #~(make-kill-destructor SIGKILL)) (actions (list |