[SAC] Fwd: Legit users vs. spam users

Markus Neteler neteler at osgeo.org
Fri Jan 22 03:05:44 PST 2016


On Wed, Jan 13, 2016 at 3:46 PM, Christian Willmes <mail at cwillmes.de> wrote:
> Hi,
>
> can someone please help in setting up the cron job? I guess I don't have
the
> permissions.
>
> The following command should be run once a day:
>
> 'php /var/www/wiki_osgeo/maintenance/removeUnusedAccounts.php'

Done:

wiki:~/cronjobs# crontab $HOME/cronjobs/cron_job_list && crontab -l
# add jobs here and then run:
# crontab $HOME/cronjobs/cron_job_list && crontab -l

# +---------------- minute (0 - 59)
# |  +------------- hour (0 - 23)
# |  |  +---------- day of month (1 - 31)
# |  |  |  +------- month (1 - 12)
# |  |  |  |  +---- day of week (0 - 6) (Sunday=0 or 7)
# |  |  |  |  |
# *  *  *  *  *  command to be executed
#
# daily unused accounts cleanup
05 22 * * * (cd /var/www/wiki_osgeo ; php
maintenance/removeUnusedAccounts.php --ignore-groups emailconfirmed
--delete )


Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/sac/attachments/20160122/479d14d1/attachment.html>


More information about the Sac mailing list