summaryrefslogtreecommitdiff
blob: 1d0908c0493e727be91a8d2abd3f8c744db1845c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

name="Name Service Cache Daemon (unscd)"
command="/usr/sbin/unscd"
pidfile="/run/nscd/nscd.pid"

depend() {
	use dns ldap net slapd
}

start_pre() {
	checkpath -d --quiet --mode 755 /run/nscd
}