[Unit] Description=XMPP Server After=network.target [Service] User=ejabberd Group=ejabberd LimitNOFILE=65536 Restart=on-failure RestartSec=5 ExecStart=@ctlscriptpath@/ejabberdctl foreground ExecStop=/bin/sh -c '@ctlscriptpath@/ejabberdctl stop && @ctlscriptpath@/ejabberdctl stopped' ExecReload=@ctlscriptpath@/ejabberdctl reload_config PrivateDevices=true TimeoutSec=300 [Install] WantedBy=multi-user.target