1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/prosody-hg-stable/prosody.service

14 lines
227 B
SYSTEMD
Raw Normal View History

2016-11-05 02:18:08 -04:00
[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
[Install]
WantedBy=multi-user.target