diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-21 13:33:21 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-21 13:33:21 +0100 |
commit | 0b588dff194f5dbf55ee49e88e0ca396b1bed858 (patch) | |
tree | d41c4cfb64f505658a9b3edb0f9877c6a63102dd /jwebmail.service.tmpl | |
parent | 6fe35cbd50d318bed8d12c5d9fc2602f8936f883 (diff) |
Bundle of small changes
Diffstat (limited to 'jwebmail.service.tmpl')
-rw-r--r-- | jwebmail.service.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jwebmail.service.tmpl b/jwebmail.service.tmpl index b4d0c50..bbd7e39 100644 --- a/jwebmail.service.tmpl +++ b/jwebmail.service.tmpl @@ -7,6 +7,7 @@ Type=exec User=$JWM_USER ExecStart=/usr/bin/hypnotoad -f $JWM_HOME/script/jwebmail ExecReload=/usr/bin/hypnotoad -f $JWM_HOME/script/jwebmail +PIDFile=$JWM_HOME/script/hypnotoad.pid WorkingDirectory=$JWM_HOME Environment=MOJO_LOG_LEVEL=$JWM_LOG_LEVEL MOJO_LOG_SHORT=1 |