# --
# cron/unlock - unlock old locked ticket of the OTRS
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id: unlock.dist,v 1.8 2006/10/20 16:46:14 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

# unlock every hour old locked tickets
35 * * * *  $HOME/bin/UnlockTickets.pl --timeout >> /dev/null

