diff options
Diffstat (limited to 'jwebmail.service.tmpl')
-rw-r--r-- | jwebmail.service.tmpl | 4 |
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 |