trisquel-icecat/icecat/taskcluster/docker/ubuntu1804-test/dbus.sh

7 lines
62 B
Bash

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