6 lines
97 B
Bash
6 lines
97 B
Bash
#!/bin/sh
|
|
|
|
[ -d /run/dbus ] || install -d /run/dbus
|
|
|
|
exec /usr/bin/dbus-daemon --system --nofork
|