4 lines
93 B
Text
4 lines
93 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
echo "Starting dbus-daemon"
|
|
exec dbus-daemon --system --nofork
|