Cross Reference: automountd
xref: /src/etc/rc.d/automountd
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/etc/rc.d/
11.1Schristos#!/bin/sh
21.1Schristos#
31.2Snakayama# $NetBSD: automountd,v 1.2 2019/08/07 19:30:00 nakayama Exp $
41.1Schristos#
51.1Schristos
61.1Schristos# PROVIDE: automountd
71.1Schristos# REQUIRE: DAEMON
81.1Schristos# KEYWORD: nojail
91.1Schristos
101.2Snakayama$_rc_subr_loaded . /etc/rc.subr
111.1Schristos
121.1Schristosname="automountd"
131.1Schristosrcvar="autofs"
141.1Schristospidfile="/var/run/${name}.pid"
151.1Schristoscommand="/usr/sbin/${name}"
161.1Schristosrequired_modules="autofs"
171.1Schristos
181.1Schristosload_rc_config $name
191.1Schristosrun_rc_command "$1"
20

Indexes created Mon Nov 10 17:20:41 GMT 2025