#!/bin/sh

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