From 85bece5780a5ee315e669e588ac28319b70522e3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 Mar 2023 10:42:58 -0300 Subject: Revert "queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file argument" This reverts commit ad82613439203f497ae773bcad399d28f71418e7. --- src/org/euandre/queue.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/org/euandre') diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index fd57f10..193f430 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -1191,7 +1191,8 @@ 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"))) + (list #$cmd "-c" #$config-dir "start-fg") + #:pid-file "/var/lib/postfix/master.lock")) (stop #~(make-kill-destructor SIGKILL)) (actions (list -- cgit v1.2.3