openrc/init.d.misc/avahid.in

16 lines
336 B
Plaintext
Raw Normal View History

#!@SBINDIR@/openrc-run
2009-05-01 15:11:40 +01:00
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.
2007-12-14 15:49:25 +00:00
command=@PKG_PREFIX@/sbin/avahi-daemon
command_args="$avahid_args -D"
pidfile=@VARBASE@/run/avahi-daemon/pid
2007-12-14 15:49:25 +00:00
name="Avahi Service Advertisement 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
}