From be5233d76ddbc68b89041773fbe9e2d37816a3fc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 27 Nov 2022 08:42:34 -0300 Subject: src/infrastructure/guix/system.scm: Use SIGKILL for Postfix again --- src/infrastructure/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index be67fde..9cb61f2 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -1173,7 +1173,7 @@ #$(file-append postfix "/sbin/postfix") "start-fg") #:pid-file "/var/lib/postfix/master.lock")) - (stop #~(make-kill-destructor)) + (stop #~(make-kill-destructor SIGKILL)) (actions (list (shepherd-action -- cgit v1.2.3