summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_rc_d_links.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rootfs_rc_d_links.in')
-rw-r--r--rules/rootfs_rc_d_links.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/rootfs_rc_d_links.in b/rules/rootfs_rc_d_links.in
index 716f50ea9..39a5b93cd 100644
--- a/rules/rootfs_rc_d_links.in
+++ b/rules/rootfs_rc_d_links.in
@@ -192,4 +192,14 @@ config ROOTFS_ETC_INITD_NFS_LINK
start nfs server when system starts. Keep this entry empty if
you do not want to start this service automatically.
+config ROOTFS_ETC_INITD_DBUS_LINK
+ depends on ROOTFS_ETC_INITD_DBUS_GENERIC || ROOTFS_ETC_INITD_DBUS_USER
+ string
+ prompt "dbus link name"
+ default "S18_dbus"
+ help
+ Set a link into /etc/rc.d which points to /etc/init.d/dbus to
+ start dbus when system starts. Keep this entry empty if
+ you do not want to start this service automatically.
+
endmenu