logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

prosody.service-r2 (228B)


  1. [Unit]
  2. Description=Prosody XMPP server
  3. After=network.target
  4. [Service]
  5. Group=jabber
  6. PIDFile=/run/jabber/prosody.pid
  7. ExecStart=/usr/bin/prosody
  8. ExecReload=/bin/kill -HUP $MAINPID
  9. User=jabber
  10. [Install]
  11. WantedBy=multi-user.target