summaryrefslogtreecommitdiff
path: root/pkg/leap-mx.service
blob: d5a18a7d018dd7015d51d24298ed09800478f9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Leap MX
Before=postfix.service

[Service]
ExecStart=/usr/bin/python /usr/bin/twistd -n --rundir=/var/lib/leap_mx/ --python=/usr/share/app/mx.tac --syslog --prefix=leap-mx --pidfile=/tmp/leap-mx.pid
User=leap-mx
Restart=always

[Install]
WantedBy=multi-user.target