Files
ports/main/dbus/run
2022-11-12 23:52:03 +08:00

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