summaryrefslogtreecommitdiff
path: root/community-testing/prosody/prosody.service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/prosody/prosody.service')
-rw-r--r--community-testing/prosody/prosody.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/community-testing/prosody/prosody.service b/community-testing/prosody/prosody.service
deleted file mode 100644
index f54159f55..000000000
--- a/community-testing/prosody/prosody.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[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
-