summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services/avahi/run
blob: b9b4905d19f9b439b3c6e8558d1e3a933eab8f5d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting Avahi"


exec /usr/sbin/avahi-daemon  >/dev/null 2>/dev/null