2008-03-02 21:14:01 +00:00
|
|
|
#!@PREFIX@/sbin/runscript
|
2008-01-11 15:31:10 +00:00
|
|
|
# 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
|
|
|
|
2008-03-02 21:14:01 +00:00
|
|
|
command=@PKG_PREFIX@/sbin/avahi-daemon
|
2007-12-14 15:49:25 +00:00
|
|
|
command_args="${avahid_args} -D"
|
2008-01-11 10:55:36 +00:00
|
|
|
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
|
|
|
|
}
|