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.
|
|
|
[Unit]
|
|
|
|
Description=XMPP Server
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
|
|
|
User=ejabberd
|
|
|
|
Group=ejabberd
|
|
|
|
LimitNOFILE=65536
|
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5
|
|
|
|
WatchdogSec=30
|
|
|
|
ExecStart=@ctlscriptpath@/ejabberdctl foreground
|
|
|
|
ExecStop=/bin/sh -c '@ctlscriptpath@/ejabberdctl stop && @ctlscriptpath@/ejabberdctl stopped'
|
|
|
|
ExecReload=@ctlscriptpath@/ejabberdctl reload_config
|
|
|
|
NotifyAccess=all
|
|
|
|
PrivateDevices=true
|
|
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
TimeoutSec=300
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|