diff options
author | EuAndreh <eu@euandre.org> | 2022-11-27 08:42:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-27 08:42:34 -0300 |
commit | be5233d76ddbc68b89041773fbe9e2d37816a3fc (patch) | |
tree | 9c4734a9b59c0e8e2ff3cb67615c50cc65e5df3a | |
parent | src/infrastructure/guix/system.scm: WIP setup Prosody auth via SASL (diff) | |
download | toph-be5233d76ddbc68b89041773fbe9e2d37816a3fc.tar.gz toph-be5233d76ddbc68b89041773fbe9e2d37816a3fc.tar.xz |
src/infrastructure/guix/system.scm: Use SIGKILL for Postfix again
-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 |