#!/bin/sh set -e # Automatically added by dh_installinit if [ -e "/etc/init/cron.conf" ]; then # stop fails if not running stop cron || : fi # End automatically added section