#!/bin/sh

if ! [ -f /var/spool/atd/.SEQ ]; then
	install -m 600 -o at -g at /dev/null /var/spool/atd/.SEQ
fi

exit 0
