openrc/init.d.misc/avahi-dnsconfd.in

16 lines
366 B
Plaintext
Raw Normal View History

#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
2007-12-14 15:49:25 +00:00
command=@PKG_PREFIX@/sbin/avahi-dnsconfd
2007-12-14 15:49:25 +00:00
command_args="${avahi_dnsconfd_args} -D"
pidfile=@VARBASE@/run/avahi-dnsconfd.pid
2007-12-14 15:49:25 +00:00
name="Avahi DNS Configuration Daemon"
2008-01-11 12:18:05 +00:00
depend()
{
2007-12-14 15:49:25 +00:00
use dns
need localmount dbus
after bootmisc
}