summaryrefslogtreecommitdiff
path: root/init.d.misc/avahid.in
blob: ebda61cbcb944d194e5b9bec5f832c9ff7b8be76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!@PREFIX@/sbin/runscript
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.

command=@PKG_PREFIX@/sbin/avahi-daemon
command_args="$avahid_args -D"
pidfile=@VARBASE@/run/avahi-daemon/pid
name="Avahi Service Advertisement Daemon"

depend()
{
	use dns
	need localmount dbus
	after bootmisc
}