summaryrefslogtreecommitdiff
blob: 997603d5ee93f0ffa21dccf01f9e7568a75e03e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/runscript
# Copyright 1999-2012 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
}