openrc/support/init.d.examples/avahi-dnsconfd.in

23 lines
757 B
Plaintext
Raw Normal View History

#!@SBINDIR@/openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
#
# This file is part of OpenRC. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this
# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
2007-12-14 15:49:25 +00:00
command=@PKG_PREFIX@/sbin/avahi-dnsconfd
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
}