16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
#!@PREFIX@/sbin/runscript
|
|
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
|
|
# All rights reserved. Released under the 2-clause BSD license.
|
|
|
|
command=@PKG_PREFIX@/sbin/avahi-daemon
|
|
command_args="$avahid_args -D"
|
|
pidfile=@VARBASE@/run/avahi-daemon/pid
|
|
name="Avahi Service Advertisement Daemon"
|
|
|
|
depend()
|
|
{
|
|
use dns
|
|
need localmount dbus
|
|
after bootmisc
|
|
}
|