mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
6 lines
113 B
Bash
6 lines
113 B
Bash
|
# Reload messagebus service
|
||
|
if [ -x etc/rc.d/rc.messagebus ]; then
|
||
|
chroot . /etc/rc.d/rc.messagebus reload
|
||
|
fi
|
||
|
|