start cron on bootup

This commit is contained in:
Scott Ullrich 2004-12-27 16:26:49 +00:00
parent 615e0d90f8
commit 04714d83e7

2
etc/rc
View File

@ -74,5 +74,7 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
echo Starting Secure Shell Services ...
/etc/sshd
/usr/sbin/cron 2>/dev/null
exit 0