diff options
Diffstat (limited to 'repos/extra/dbus/run')
| -rwxr-xr-x | repos/extra/dbus/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos/extra/dbus/run b/repos/extra/dbus/run new file mode 100755 index 00000000..f092d057 --- /dev/null +++ b/repos/extra/dbus/run @@ -0,0 +1,3 @@ +#!/bin/sh +[ ! -d /run/dbus ] && install -m755 -g 18 -o 18 -d /run/dbus +exec dbus-daemon --system --nofork --nopidfile |