Fix wrong ownership for /run/dbus
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -d /run/dbus ] || install -d /run/dbus
|
||||
|
||||
exec /usr/bin/dbus-daemon --system --nofork
|
||||
Reference in New Issue
Block a user