7 lines
62 B
Bash
7 lines
62 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
/etc/init.d/dbus start 2>&1
|
|
|
|
exec "${@}"
|