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

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
}