mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
4a7f4d38f9
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
5 lines
113 B
Bash
5 lines
113 B
Bash
# Reload messagebus service
|
|
if [ -x etc/rc.d/rc.messagebus ]; then
|
|
chroot . /etc/rc.d/rc.messagebus reload
|
|
fi
|
|
|