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.
18 lines
439 B
18 lines
439 B
[Unit]
|
|
Description=Prosody XMPP server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Group=prosody
|
|
PIDFile=/run/prosody/prosody.pid
|
|
ExecStart=/usr/bin/prosody --daemonize
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
User=prosody
|
|
ExecStartPre=!/bin/mkdir -p /var/log/prosody
|
|
ExecStartPre=!/bin/mkdir -p /var/lib/prosody
|
|
ExecStartPre=!/bin/chown -R prosody /var/log/prosody
|
|
ExecStartPre=!/bin/chown -R prosody /var/lib/prosody
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|