Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 123884
Collapse All | Expand All

(-)dbus.init-0.60 (+3 lines)
Lines 6-11 Link Here
6
start() {
6
start() {
7
7
8
	ebegin "Starting D-BUS system messagebus"
8
	ebegin "Starting D-BUS system messagebus"
9
	
10
	# We need to test if /var/run/dbus exists, since script will fail if it does not
11
	[[ ! -e /var/run/dbus ]] && mkdir /var/run/dbus 
9
12
10
	start-stop-daemon --start --pidfile /var/run/dbus.pid --exec /usr/bin/dbus-daemon -- --system
13
	start-stop-daemon --start --pidfile /var/run/dbus.pid --exec /usr/bin/dbus-daemon -- --system
11
14

Return to bug 123884