NetBSD/etc/rc.d/automountd

20 lines
313 B
Plaintext
Raw Normal View History

#!/bin/sh
#
# $NetBSD: automountd,v 1.1 2018/01/09 03:31:14 christos Exp $
#
# PROVIDE: automountd
# REQUIRE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr
name="automountd"
rcvar="autofs"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
required_modules="autofs"
load_rc_config $name
run_rc_command "$1"