#!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/files/cnid_metad.init.2,v 1.1 2011/10/18 07:37:57 flameeyes Exp $ : ${CNID_CONFIG:=-l log_note} command="/usr/sbin/${SVCNAME}" command_args="${CNID_CONFIG}" pidfile="/var/run/${SVCNAME}.pid" depend() { need net use logger }