Added glusterd start/stop to rc.local*.

This commit is contained in:
Darren 'Tadgy' Austin 2021-08-27 21:32:18 +01:00
commit e706e6a484
2 changed files with 6 additions and 0 deletions

View file

@ -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