summaryrefslogtreecommitdiff
path: root/jwebmail.service.tmpl
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-09-08 23:32:10 +0200
committerJannis M. Hoffmann <jannis@fehcom.de>2023-09-08 23:32:10 +0200
commit926ec7a6b85e6e3f7335a8c5ddcccd51937ee2d8 (patch)
treeb7a420a919d0146f2a0bd2e1e577b795fcb99202 /jwebmail.service.tmpl
parent4510e3720274865996ef056f1687997ba0b482be (diff)
added a build configuration step
Diffstat (limited to 'jwebmail.service.tmpl')
-rw-r--r--jwebmail.service.tmpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/jwebmail.service.tmpl b/jwebmail.service.tmpl
deleted file mode 100644
index bbd7e39..0000000
--- a/jwebmail.service.tmpl
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=JWebmail managed by hypnotoad
-After=network.target
-
-[Service]
-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
-
-[Install]
-WantedBy=multi-user.target