File prosody.service of Package prosody
[Unit] Description=Jabber/XMPP Server After=network-online.target mysql.service [Service] # added automatically, for details please see # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectSystem=full ProtectHome=true PrivateDevices=true ProtectHostname=true ProtectClock=true ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # end of automatic additions Type=forking PIDFile=/run/prosody/prosody.pid ExecStart=/usr/bin/prosodyctl start ExecStop=/usr/bin/prosodyctl stop [Install] WantedBy=multi-user.target Alias=org.prosody.service