about summary refs log tree commit diff
path: root/services/dbus/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/dbus/run')
-rwxr-xr-xservices/dbus/run4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/dbus/run b/services/dbus/run
new file mode 100755
index 0000000..14da8d2
--- /dev/null
+++ b/services/dbus/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus
+echo "Starting dbus..."
+exec dbus-daemon --system --nofork