From f1cfca6abd8a3db74c3c737fe1d950c4f3011992 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 17 Nov 2024 17:55:58 +0100 Subject: use systemd service type notify instead of simple --- script/jwebmail.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/jwebmail.service.in b/script/jwebmail.service.in index d080738..430e517 100644 --- a/script/jwebmail.service.in +++ b/script/jwebmail.service.in @@ -1,10 +1,10 @@ [Unit] Description=JWebmail managed by gunicorn After=network-online.target -Requires=redis.service [Service] -Type=simple +Type=notify +NotifyAccess=main User=jwebmail RuntimeDirectory=jwebmail Environment=JWEBMAIL_CONFIG="@CONFDIR@/jwebmail.toml" -- cgit v1.2.3