summarylogtreecommitdiffstats
path: root/prosody.service
blob: ba78f64bc9e5d48ca34818729ff1d9e82df04535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=XMPP (Jabber) Server
After=network.target

[Service]
Type=forking
PIDFile=/run/prosody/prosody.pid
ExecStart=/usr/bin/prosodyctl start
ExecStop=/usr/bin/prosodyctl stop
ExecReload=/bin/kill -HUP $MAINPID

StandardOutput=journal

[Install]
WantedBy=multi-user.target