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
+1 -1
View File
@@ -1,6 +1,6 @@
name: dbus
description: DBus message system bus
type: background
start_cmd: bash -c 'install -m755 -g 81 -o 81 -d /run/dbus; exec dbus-daemon --system --nofork --nopidfile'
start_cmd: /etc/esvm/scripts/dbus.sh
exit_method: kill
restart: true