From 4a7f4d38f9621382beeee694e1544302985f171d Mon Sep 17 00:00:00 2001 From: dsomero Date: Thu, 7 Apr 2011 15:55:49 -0400 Subject: system/dconf: Added (low-level configuration system) Signed-off-by: dsomero --- system/dconf/doinst.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/dconf/doinst.sh (limited to 'system/dconf/doinst.sh') 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 + -- cgit v1.2.3