diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-02 20:54:39 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-02 20:54:39 +0200 |
commit | 1ae1e0fc1ef6923070615433f77ef9b5332b070d (patch) | |
tree | e22e6e469e252e8b70ea8c1148f71a57d65716ba | |
parent | 7730a6130826bc4e6e7680f85c75e33c11d24a92 (diff) |
-rw-r--r-- | install/jwebmail.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/jwebmail.service.in b/install/jwebmail.service.in index 20e475a..2e8cdc5 100644 --- a/install/jwebmail.service.in +++ b/install/jwebmail.service.in @@ -6,7 +6,7 @@ After=network.target Type=exec ExecStart=hypnotoad -f @DESTDIR@@PERL_BIN_PATH@/jwebmail ExecReload=hypnotoad -f @DESTDIR@@PERL_BIN_PATH@/jwebmail -RuntimeDir=/run/jwebmail +RuntimeDirectory=jwebmail PIDFile=/run/jwebmail/hypnotoad.pid Environment=MOJO_LOG_SHORT=1 MOJO_CONFIG=@DESTDIR@@PREFIX@/@CONFDIR@/jwebmail.toml User=jwebmail |