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":
|
service { "ejabberd":
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
status => "ejabberdctl status >/dev/null",
|
status => "ejabberdctl status >/dev/null",
|
||||||
restart => "ejabberdctl restart >/dev/null",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
include ssl
|
include ssl
|
||||||
|
|
Loading…
Add table
Reference in a new issue