blob: a49e07f3873e3ad23da5069583c0a31be27a3dfe (
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
User=jwebmail
[Install]
WantedBy=multi-user.target
|