ejabberd: Let init script handle restarting
This commit is contained in:
parent
93b3fde101
commit
6444c95460
1 changed files with 3 additions and 4 deletions
|
@ -155,10 +155,9 @@ class ejabberd(
|
|||
}
|
||||
|
||||
service { "ejabberd":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
status => "ejabberdctl status >/dev/null",
|
||||
restart => "ejabberdctl restart >/dev/null",
|
||||
ensure => running,
|
||||
enable => true,
|
||||
status => "ejabberdctl status >/dev/null",
|
||||
}
|
||||
|
||||
include ssl
|
||||
|
|
Loading…
Add table
Reference in a new issue