if [ -e "/etc/init/#JOB#.conf" ] && [ "$1" = remove ]; then
	# stop fails if not running
	stop #JOB# || :
fi
