You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/unscd/files/unscd.initd-r1

16 lines
321 B

#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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
}