mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
4 lines
118 B
Bash
Executable File
4 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
[ ! -d /run/dbus ] && install -m755 -g 18 -o 18 -d /run/dbus
|
|
exec dbus-daemon --system --nofork --nopidfile
|