NetBSD/etc/rc.d/cron

19 lines
264 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: cron,v 1.5 2000/09/19 13:04:38 lukem Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: cron
# REQUIRE: LOGIN
# KEYWORD: shutdown
2000-03-10 14:53:23 +03:00
. /etc/rc.subr
name="cron"
rcvar=$name
2000-03-10 14:53:23 +03:00
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
load_rc_config $name
2000-03-10 14:53:23 +03:00
run_rc_command "$1"