x11: Remove pid file on boot

This commit is contained in:
Wildan M 2026-01-21 13:16:52 +07:00
parent 8bcb646890
commit d6c8e9f5ed
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -46,6 +46,7 @@ export DBUS_DEBUG_OUTPUT=1
mkdir -p /var/lib/dbus
dbus-uuidgen --ensure
mkdir -p /run/dbus
rm -f /run/dbus/pid
dbus-daemon --system
"""