NetBSD/etc/rc.d/cron

17 lines
232 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: cron,v 1.3 2000/05/13 08:45:06 lukem Exp $
#
# PROVIDE: cron
# REQUIRE: LOGIN
. /etc/rc.subr
name="cron"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
load_rc_config $name
run_rc_command "$1"