void-packages/srcpkgs/dbus/files/dbus/run
Juan RP a1628c643e dbus: run dbus-uuidgen --ensure via post-install not via runit.
Also remove the REMOVE script, which is completely wrong.
2015-01-13 19:09:24 +01:00

3 lines
118 B
Bash
Executable file

#!/bin/sh
[ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus
exec dbus-daemon --system --nofork --nopidfile