init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user