summaryrefslogtreecommitdiff
path: root/init.d.misc/avahid.in
blob: 344751b24e0756711542a4654bd9d38f413900d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/runscript
# Copyright 2007-2008 Roy Marples
# All rights reserved

command=@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
}