diff options
author | Alan Lacerda <alacerda@alpinelinux.org> | 2015-07-13 14:52:36 +0000 |
---|---|---|
committer | Alan Lacerda <alacerda@alpinelinux.org> | 2015-07-13 14:52:36 +0000 |
commit | a4a4052f82c259f43ff37e6528d75ef2d9586d52 (patch) | |
tree | 378947620061ef973223b1d15dbb53416fadcf5d | |
parent | f2ddee652f3499ee51bcbedb5c0e8191fc967cc6 (diff) | |
download | setup-box-a4a4052f82c259f43ff37e6528d75ef2d9586d52.tar.bz2 setup-box-a4a4052f82c259f43ff37e6528d75ef2d9586d52.tar.xz |
setup-box: add dbus to sysinit
-rwxr-xr-x | setup-box | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -274,6 +274,8 @@ add_services() { if [ "$i" == "udev" ]; then rc-update add $i-postmount add_to_sysinit "$i $i-postmount" + else if [ "$i" == "dbus" ]; then + add_to_sysinit "$i" fi done } |