summarylogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'dbus')
-rw-r--r--dbus2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus b/dbus
index a3d874d61e10..bf532a274454 100644
--- a/dbus
+++ b/dbus
@@ -8,7 +8,7 @@ case $1 in
start)
stat_busy "Starting D-BUS system messagebus"
if [[ ! -d /run/dbus ]] ; then
- install -m755 -g dbus -o dbus -d /run/dbus
+ install -m755 -g 81 -o 81 -d /run/dbus
fi
if ! dbus-daemon --system; then