diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-02 15:27:49 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-10-02 15:27:49 +0200 |
commit | 7730a6130826bc4e6e7680f85c75e33c11d24a92 (patch) | |
tree | abd019cfb12eba95d415938d91a05bd27456f58c | |
parent | 13813d6f530f930fbe6d94bb228a9ac6d9c36be5 (diff) |
correct DESTDIR for dev_config and setup RuntimeDir for sd-service
-rwxr-xr-x | actions | 2 | ||||
-rw-r--r-- | install/jwebmail.service.in | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ help_text= help_text="$help_text build\t[]\t\n" dev_config () { mkdir -p blib - ./configure -e extractrs -d blib + ./configure -e extractrs -d blib/ } help_text="$help_text unconfigure\t[]\tresets the build\n" diff --git a/install/jwebmail.service.in b/install/jwebmail.service.in index e15638d..20e475a 100644 --- a/install/jwebmail.service.in +++ b/install/jwebmail.service.in @@ -6,7 +6,8 @@ After=network.target Type=exec ExecStart=hypnotoad -f @DESTDIR@@PERL_BIN_PATH@/jwebmail ExecReload=hypnotoad -f @DESTDIR@@PERL_BIN_PATH@/jwebmail -PIDFile=$XDG_RUNTIME_DIR/jwebmail.pid +RuntimeDir=/run/jwebmail +PIDFile=/run/jwebmail/hypnotoad.pid Environment=MOJO_LOG_SHORT=1 MOJO_CONFIG=@DESTDIR@@PREFIX@/@CONFDIR@/jwebmail.toml User=jwebmail |