mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 04:44:50 +00:00
3 lines
104 B
Bash
Executable File
3 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
[ -d /run/dbus ] || mkdir -p /run/dbus
|
|
exec /usr/bin/dbus-daemon --system --nofork --nopidfile |