Cross Reference: autounmountd
xref: /src/etc/rc.d/autounmountd
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/etc/rc.d/
autounmountd revision 1.2
11.1Schristos#!/bin/sh
21.1Schristos#
31.1Schristos# $FreeBSD$
41.1Schristos#
51.1Schristos
61.1Schristos# PROVIDE: autounmountd
71.1Schristos# REQUIRE: DAEMON
81.1Schristos# KEYWORD: nojail
91.1Schristos
101.2Snakayama$_rc_subr_loaded . /etc/rc.subr
111.1Schristos
121.1Schristosname="autounmountd"
131.1Schristosrcvar="autofs"
141.1Schristospidfile="/var/run/${name}.pid"
151.1Schristoscommand="/usr/sbin/${name}"
161.1Schristos
171.1Schristosload_rc_config $name
181.1Schristosrun_rc_command "$1"
19

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