#!/usr/bin/sh

umask 022
if [ -d /var/spool/slrnpull ]; then
	exec runuser -s /bin/sh news -c 'slrnpull --expire'
fi
