mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix start via systemd (#978)
This commit is contained in:
parent
df4c551f06
commit
914578a85e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user