From 1ae1e0fc1ef6923070615433f77ef9b5332b070d Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Mon, 2 Oct 2023 20:54:39 +0200 Subject: correct runtime directory option in service file --- install/jwebmail.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3