Home | History | Annotate | Line # | Download | only in rc.d
automountd revision 1.1.6.1
      1      1.1  christos #!/bin/sh
      2      1.1  christos #
      3  1.1.6.1    martin # $NetBSD: automountd,v 1.1.6.1 2019/08/08 11:48:58 martin Exp $
      4      1.1  christos #
      5      1.1  christos 
      6      1.1  christos # PROVIDE: automountd
      7      1.1  christos # REQUIRE: DAEMON
      8      1.1  christos # KEYWORD: nojail
      9      1.1  christos 
     10  1.1.6.1    martin $_rc_subr_loaded . /etc/rc.subr
     11      1.1  christos 
     12      1.1  christos name="automountd"
     13      1.1  christos rcvar="autofs"
     14      1.1  christos pidfile="/var/run/${name}.pid"
     15      1.1  christos command="/usr/sbin/${name}"
     16      1.1  christos required_modules="autofs"
     17      1.1  christos 
     18      1.1  christos load_rc_config $name
     19      1.1  christos run_rc_command "$1"
     20