2013-12-22 02:21:11 +05:30
|
|
|
#!@SBINDIR@/openrc-run
|
2009-05-01 19:41:40 +05:30
|
|
|
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
|
2011-06-30 05:16:31 +05:30
|
|
|
# Released under the 2-clause BSD license.
|
2007-12-14 21:19:25 +05:30
|
|
|
|
2008-03-03 02:44:01 +05:30
|
|
|
command=@PKG_PREFIX@/sbin/avahi-dnsconfd
|
2009-04-27 17:36:54 +05:30
|
|
|
command_args="$avahi_dnsconfd_args -D"
|
2008-01-11 16:25:36 +05:30
|
|
|
pidfile=@VARBASE@/run/avahi-dnsconfd.pid
|
2007-12-14 21:19:25 +05:30
|
|
|
name="Avahi DNS Configuration Daemon"
|
|
|
|
|
2008-01-11 17:48:05 +05:30
|
|
|
depend()
|
|
|
|
{
|
2007-12-14 21:19:25 +05:30
|
|
|
use dns
|
|
|
|
need localmount dbus
|
|
|
|
after bootmisc
|
|
|
|
}
|