blob: afd0f1756166f3262a9cb1b005cc3e89783d385b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=JWebmail managed by hypnotoad
After=network.target
[Service]
Type=exec
ExecStart=hypnotoad -f jwebmail
ExecReload=hypnotoad -f jwebmail
PIDFile=/run/jwebmail/hypnotoad.pid
Environment=MOJO_LOG_SHORT=1 MOJO_CONFIG=@DESTDIR@@PREFIX@/@CONFDIR@/jwebmail.toml
User=jwebmail
[Install]
WantedBy=multi-user.target
|