mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
x11: Remove pid file on boot
This commit is contained in:
parent
8bcb646890
commit
d6c8e9f5ed
@ -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
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user