Fix wrong ownership for /run/dbus

This commit is contained in:
2025-08-03 18:43:45 +03:00
parent 30a209248e
commit 1fe99a5328
4 changed files with 9 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
[ -d /run/dbus ] || install -d /run/dbus
exec /usr/bin/dbus-daemon --system --nofork