#!/bin/sh

# If You want to disable this task just comment next lines
if [ -x /usr/local/mgr5/sbin/phpsess_clean.sh ]; then
	ionice -c 3 /usr/local/mgr5/sbin/phpsess_clean.sh
fi
