mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-01-14 00:33:30 +00:00
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
#!/bin/execlineb -P
|
|
|
|
fdmove -c 2 1
|
|
|
|
foreground { if -n { s6-test -d /run/dbus }
|
|
install -m0755 -g 18 -o 18 -d /run/dbus
|
|
}
|
|
s6-ipcserver-socketbinder -- /run/dbus/system_bus_socket
|
|
foreground { /usr/bin/dbus-uuidgen --ensure }
|
|
exec dbus-daemon --nofork --nopidfile --system --address=unix:path=/run/dbus/system_bus_socket
|