blob: 99af96bba06335fa46db0ce41aa681f623871e47 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/execlineb -P
foreground { dbus-uuidgen --ensure=/etc/machine-id }
foreground { install -m775 -d /run/dbus }
fdmove -c 2 1
exec /usr/bin/dbus-daemon --system --nofork --nopidfile --nosyslog --print-pid=3
|