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