From 95c75ee74b2b48ee0bfe42fb5fa0f41cd3b1c193 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Thu, 16 Mar 2023 17:57:35 +0100 Subject: reduced jwebmail.service.tmpl --- jwebmail.service.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'jwebmail.service.tmpl') 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 -- cgit v1.2.3