Home | History | Annotate | Line # | Download | only in rc.d
cron revision 1.4
      1 #!/bin/sh
      2 #
      3 # $NetBSD: cron,v 1.4 2000/07/17 15:24:48 lukem Exp $
      4 #
      5 
      6 # PROVIDE: cron
      7 # REQUIRE: LOGIN
      8 # KEYWORD: shutdown
      9 
     10 . /etc/rc.subr
     11 
     12 name="cron"
     13 command="/usr/sbin/${name}"
     14 pidfile="/var/run/${name}.pid"
     15 
     16 load_rc_config $name
     17 run_rc_command "$1"
     18