summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-29 04:09:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-29 04:09:12 +0000
commit1071e028a5b7cd229cdcc30feacedb1e09069894 (patch)
tree940af601baa92648f100fdf808dc4e121ad0ab10 /etc/rc.bootup
parentf2025e919e0cb7819db59e684c337f653aa6cc02 (diff)
downloadpfsense-1071e028a5b7cd229cdcc30feacedb1e09069894.zip
pfsense-1071e028a5b7cd229cdcc30feacedb1e09069894.tar.gz
Backport cron handling from HEAD.
Patches-submitted-by: DSH@
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 6d18662..1c251d5 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -205,6 +205,9 @@
system_webgui_start();
}
+ /* configure cron service */
+ configure_cron();
+
/* set up static routes */
system_routing_configure();
OpenPOWER on IntegriCloud