Files
src/base/rootfs/etc/rc.d/cron
T
2026-08-04 17:59:44 +01:00

13 lines
154 B
Bash

#!/bin/sh
# PROVIDE: cron
# REQUIRE: DAEMON
# BEFORE: LOGIN
. /etc/rc.subr
name=cron
command=/usr/sbin/cron
command_args="-n -s &"
run_rc_command "$1"