diff options
-rw-r--r-- | script/jwebmail.service.in | 4 |
1 files 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" |