summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-10-02 20:54:39 +0200
committerJannis M. Hoffmann <jannis@fehcom.de>2023-10-02 20:54:39 +0200
commit1ae1e0fc1ef6923070615433f77ef9b5332b070d (patch)
treee22e6e469e252e8b70ea8c1148f71a57d65716ba
parent7730a6130826bc4e6e7680f85c75e33c11d24a92 (diff)
correct runtime directory option in service fileHEADbulma
-rw-r--r--install/jwebmail.service.in2
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