Commit d9e3f6a2 authored by Franco Fichtner's avatar Franco Fichtner

rc: better cron start print style and start it later

parent f91abe8d
...@@ -271,13 +271,13 @@ rm /var/run/booting ...@@ -271,13 +271,13 @@ rm /var/run/booting
# Execute the normal syshook / plugin commands # Execute the normal syshook / plugin commands
/usr/local/etc/rc.syshook start /usr/local/etc/rc.syshook start
echo -n "Starting CRON... "
cd /tmp && /usr/sbin/cron -s 2>/dev/null
echo "done."
# starting standard rc scripts # starting standard rc scripts
/usr/local/etc/rc.opnsense start /usr/local/etc/rc.opnsense start
echo -n "Starting CRON..."
cd /tmp && /usr/sbin/cron -s 2>/dev/null
echo "done."
/usr/local/sbin/beep.sh start /usr/local/sbin/beep.sh start
/usr/local/etc/rc.initial.banner /usr/local/etc/rc.initial.banner
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment