mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
* preserve old ejabberd as ejabberd-xs * have 5-xo-services use ejabberd-xs * install latest ejabberd on is_redhat * move ejabberd to 6-generic-apps * move the repo exclude * rename directory from - to _ * make disabled work
12 lines
419 B
Text
12 lines
419 B
Text
##
|
|
## 10-ejabberdmoodle
|
|
## for ejabberd-moodle interaction
|
|
##
|
|
|
|
# allow the apache user to invoke ejabberdctl and start/stop/condrestart
|
|
Defaults:apache !requiretty
|
|
Cmnd_Alias EJABBERDCTL = /usr/sbin/ejabberdctl
|
|
Cmnd_Alias EJABBERDINIT = /etc/init.d/ejabberd start , /etc/init.d/ejabberd stop , /etc/init.d/ejabberd condrestart
|
|
|
|
apache ALL = (ejabberd) NOPASSWD: EJABBERDCTL
|
|
apache ALL = (root) NOPASSWD: EJABBERDINIT
|