Fix start via systemd (#978)

This commit is contained in:
Christophe Romain 2016-03-24 11:06:42 +01:00
parent df4c551f06
commit 914578a85e
1 changed files with 1 additions and 1 deletions

View File

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