Description of problem: Please move the | <!-- Fork into daemon mode --> | <fork/> from /etc/dbus-1/system.conf into the initscript and write |- daemon --check $servicename $processname --system |+ daemon --check $servicename $processname --system --fork there. As no option exists to override the '<fork/>' from the configuration file with a CLI option, the current way conflicts with modern init-methods like minit which do not fork the services. Alternatively, the configuration file could be marked with '%config(noreplace)' or a '--nofork' option be added. Version-Release number of selected component (if applicable): dbus-0.22-12
reassigning to dbus
This is done upstream with the --nofork option.