summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/idmapd
blob: c5e38867153ab0f47add93ae2a575184fe599ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# $FreeBSD$
#

# PROVIDE: idmapd
# REQUIRE: rpcbind
# KEYWORD: nojail

. /etc/rc.subr

name="idmapd"

load_rc_config $name
rcvar="idmapd_enable"
command="${idmapd:-/sbin/${name}}"
eval ${name}_flags=\"${idmapd_flags}\"
run_rc_command "$1"
OpenPOWER on IntegriCloud