summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-19 19:54:32 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-03-19 19:54:43 -0400
commitf6ba4bd1fa82f4e846fb8eddd545579c3006f86a (patch)
tree3cc5f27a00eb739fe861ca279f2a5eca9d62ee38 /etc/rc
parentf973148e5bd94403423fe7457f8320a961906f5e (diff)
downloadpfsense-f6ba4bd1fa82f4e846fb8eddd545579c3006f86a.zip
pfsense-f6ba4bd1fa82f4e846fb8eddd545579c3006f86a.tar.gz
Add alias data url option. This code existed but lacked a backend daemon to update the data every 24 hours. Adding this as well.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 1b0e2f9..ddb867b 100755
--- a/etc/rc
+++ b/etc/rc
@@ -345,6 +345,9 @@ minicron 240 /var/run/ping_hosts.pid /usr/local/bin/ping_hosts.sh
# Start account expire handler every hour
minicron 3600 /var/run/expire_accounts.pid /etc/rc.exipireaccounts
+# Start alias url updater every 24 hours
+minicron 86400 /var/run/update_alias_url_data.pid /etc/rc.update_alias_url_data
+
/bin/chmod a+rw /tmp/.
echo "Bootup complete"
OpenPOWER on IntegriCloud