summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/cron
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/cron')
-rwxr-xr-xetc/rc.d/cron18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/rc.d/cron b/etc/rc.d/cron
new file mode 100755
index 0000000..9363443
--- /dev/null
+++ b/etc/rc.d/cron
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: cron,v 1.4 2000/07/17 15:24:48 lukem Exp $
+#
+
+# PROVIDE: cron
+# REQUIRE: LOGIN
+# KEYWORD: shutdown
+
+. /etc/rc.subr
+
+name="cron"
+rcvar=$name
+command="/usr/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+
+load_rc_config $name
+run_rc_command "$1"
OpenPOWER on IntegriCloud