6 lines
153 B
Bash
6 lines
153 B
Bash
# Reload messagebus service
|
|
if [ -x /etc/rc.d/rc.messagebus ]; then
|
|
sh /etc/rc.d/rc.messagebus reload
|
|
fi
|
|
|
|
[ -x /etc/rc.d/rc.gtk ] && /etc/rc.d/rc.gtk
|