openrc/init.d.misc/avahid.in

16 lines
358 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 21:19:25 +05:30
command=@PKG_PREFIX@/sbin/avahi-daemon
2007-12-14 21:19:25 +05:30
command_args="${avahid_args} -D"
pidfile=@VARBASE@/run/avahi-daemon/pid
2007-12-14 21:19:25 +05:30
name="Avahi Service Advertisement 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
}