diff options
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |