diff options
Diffstat (limited to 'community/prosody/prosody.service')
-rw-r--r-- | community/prosody/prosody.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/prosody/prosody.service b/community/prosody/prosody.service index e69de29bb..f54159f55 100644 --- a/community/prosody/prosody.service +++ b/community/prosody/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 + |