diff options
Diffstat (limited to 'dbus/run')
| -rwxr-xr-x | dbus/run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ #!/bin/sh +exec 2>&1 [ ! -d /run/dbus ] && install -m755 -g 18 -o 18 -d /run/dbus exec dbus-daemon --system --nofork --nopidfile |