Added glusterd start/stop to rc.local*.
This commit is contained in:
parent
6d40fb704b
commit
e706e6a484
2 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
# Start the qemu guest additions agent.
|
||||
[ -x /etc/rc.d/rc.qemu-ga ] && /etc/rc.d/rc.qemu-ga start
|
||||
|
||||
# Start GlusterFS daemon.
|
||||
[ -x /etc/rc.d/rc.glusterd ] && /etc/rc.d/rc.glusterd start
|
||||
|
||||
# Start the vnstat daemon.
|
||||
[ -x /etc/rc.d/rc.vnstat ] && /etc/rc.d/rc.vnstat start
|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,9 @@ grep "^seeder:" /etc/passwd >/dev/null 2>&1 && {
|
|||
# Stop the vnstat daemon.
|
||||
[ -x /etc/rc.d/rc.vnstat ] && /etc/rc.d/rc.vnstat stop
|
||||
|
||||
# Stop GlusterFS daemon.
|
||||
[ -x /etc/rc.d/rc.glusterd ] && /etc/rc.d/rc.glusterd stop
|
||||
|
||||
# Stop the qemu guest additions agent.
|
||||
[ -x /etc/rc.d/rc.qemu-ga ] && /etc/rc.d/rc.qemu-ga stop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue