Skip to content

Instantly share code, notes, and snippets.

@smcl
Created October 21, 2015 15:36
Show Gist options
  • Save smcl/fc2f71f20c92262465a8 to your computer and use it in GitHub Desktop.
Save smcl/fc2f71f20c92262465a8 to your computer and use it in GitHub Desktop.
if [ -x /usr/local/bin/dbus-daemon ]; then
install -d -o _dbus -g _dbus /var/run/dbus
echo -n " dbus"; /usr/local/bin/dbus-daemon --system
fi
if [ -x /usr/local/sbin/avahi-daemon ]; then
echo -n ' avahi-daemon'; /usr/local/sbin/avahi-daemon -D
fi
if [ -x /usr/local/sbin/avahi-dnsconfd ]; then
echo -n "avahi-dnsconfd"; /usr/local/sbin/avahi-dnsconfd -D
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment