diff options
Diffstat (limited to 'system/dconf/doinst.sh')
-rw-r--r-- | system/dconf/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/dconf/doinst.sh b/system/dconf/doinst.sh new file mode 100644 index 0000000000..6b275a50c2 --- /dev/null +++ b/system/dconf/doinst.sh @@ -0,0 +1,5 @@ +# Reload messagebus service +if [ -x etc/rc.d/rc.messagebus ]; then + chroot . /etc/rc.d/rc.messagebus reload +fi + |