#!/bin/sh

DELHOUR=24

PL_TMPDIR="/opt/passlogic/tmp"
/usr/sbin/tmpwatch -m $DELHOUR -d $PL_TMPDIR -X $PL_TMPDIR/*.cron
