summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
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