summarylogtreecommitdiffstats
path: root/prosody.service
diff options
context:
space:
mode:
authormrdrogdrog2015-11-06 19:43:16 +0100
committermrdrogdrog2015-11-06 19:43:16 +0100
commit5e6b50da41257c8a88d158624ffc0147a62ad88f (patch)
tree652744764b861714eff3d1503778613e96542660 /prosody.service
downloadaur-5e6b50da41257c8a88d158624ffc0147a62ad88f.tar.gz
init commit of prosody-hg
Diffstat (limited to 'prosody.service')
-rw-r--r--prosody.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/prosody.service b/prosody.service
new file mode 100644
index 000000000000..f54159f551cf
--- /dev/null
+++ b/prosody.service
@@ -0,0 +1,13 @@
+[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
+