diff options
Diffstat (limited to 'packages/ezx/opentapi/opentapi.init')
-rw-r--r-- | packages/ezx/opentapi/opentapi.init | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/ezx/opentapi/opentapi.init b/packages/ezx/opentapi/opentapi.init index 593411e755..0b41418e00 100644 --- a/packages/ezx/opentapi/opentapi.init +++ b/packages/ezx/opentapi/opentapi.init @@ -37,8 +37,10 @@ start_it_up() fi echo -n "Starting $DESC: " - start-stop-daemon --start --quiet --pidfile $PIDFILE \ + start-stop-daemon --start --background --quiet --pidfile $PIDFILE \ --exec $DAEMON -- --system $PARAMS + # We need to sleep here because opening the mux devices takes some time + sleep 15 echo "$NAME." if [ -d $EVENTDIR ]; then run-parts --arg=start $EVENTDIR |