summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-03-16 17:57:35 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2023-03-16 17:57:35 +0100
commit95c75ee74b2b48ee0bfe42fb5fa0f41cd3b1c193 (patch)
treeb745d695386f1964541aa3c57988364383195fef
parent9435f9254e438435359724925a89d8259cdd0c3f (diff)
reduced jwebmail.service.tmpl
-rw-r--r--jwebmail.service.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/jwebmail.service.tmpl b/jwebmail.service.tmpl
index 48776db..b4d0c50 100644
--- a/jwebmail.service.tmpl
+++ b/jwebmail.service.tmpl
@@ -5,12 +5,10 @@ After=network.target
[Service]
Type=exec
User=$JWM_USER
-PIDFile=/run/$JWM_NAME.pid
ExecStart=/usr/bin/hypnotoad -f $JWM_HOME/script/jwebmail
ExecReload=/usr/bin/hypnotoad -f $JWM_HOME/script/jwebmail
-KillMode=process
WorkingDirectory=$JWM_HOME
-Environment=MOJO_LOG_LEVEL=debug MOJO_LOG_SHORT=1
+Environment=MOJO_LOG_LEVEL=$JWM_LOG_LEVEL MOJO_LOG_SHORT=1
[Install]
WantedBy=multi-user.target