You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-im/prosody/files/prosody.service-r2

14 lines
228 B

[Unit]
Description=Prosody XMPP server
After=network.target
[Service]
Group=jabber
PIDFile=/run/jabber/prosody.pid
ExecStart=/usr/bin/prosody
ExecReload=/bin/kill -HUP $MAINPID
User=jabber
[Install]
WantedBy=multi-user.target