summarylogtreecommitdiffstats
path: root/mu-conference.service
blob: a75bb7f69dda27890fd90b627d0c1f7bbb08b26d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Multi-user conference component for jabber server
After=network.target jabberd.service

[Service]
Type=simple
ExecStart=/usr/bin/mu-conference -c /etc/jabberd/muc.xml -s
PIDFile=/run/mu-conference/mu-conference.pid
ExecReload=/bin/kill -1 $MAINPID
Restart=always
User=jabber
Group=jabber

[Install]
WantedBy=multi-user.target