summaryrefslogtreecommitdiff
blob: 608423869fd6a866f3f8a9f10134bb69bfc0ca04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Prosody XMPP server
After=network.target

[Service]
Group=jabber
PIDFile=/run/jabber/prosody.pid
ExecStart=/usr/bin/prosody
ExecReload=/usr/bin/kill -HUP $MAINPID
User=jabber

[Install]
WantedBy=multi-user.target