change system crontab to spawn export_users
[spider.git] / cmd / crontab
index 4343d76b39e0a5872affca8ccd8b71a899163342..e569ed319ebaba07ee4769a6d7de08b8972cd4ce 100644 (file)
@@ -5,6 +5,6 @@
 # create and edit the one in /spider/local_cmd/crontab
 # for doing connections and things
 #
-1 0 * * 3 DXUser::export(localdata("user_asc"))
-5 0 * * * DXDebug::dbgclean()
+2 0 * * * DXDebug::dbgclean()
+30 2 * * 3 spawn_cmd("export_users")
 0 3 * * * Spot::daily()