24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Fix start via systemd (#978)

This commit is contained in:
Christophe Romain 2016-03-24 11:06:42 +01:00
parent df4c551f06
commit 914578a85e

View File

@ -7,7 +7,7 @@ User=ejabberd
Group=ejabberd Group=ejabberd
LimitNOFILE=16000 LimitNOFILE=16000
RestartSec=5 RestartSec=5
ExecStart=/bin/sh @ctlscriptpath@/ejabberdctl start ExecStart=@ctlscriptpath@/ejabberdctl start
ExecStop=@ctlscriptpath@/ejabberdctl stop ExecStop=@ctlscriptpath@/ejabberdctl stop
ExecReload=@ctlscriptpath@/ejabberdctl reload_config ExecReload=@ctlscriptpath@/ejabberdctl reload_config
Type=oneshot Type=oneshot