#!/bin/sh set -e # Automatically added by dh_installinit if [ -e "/etc/init/network-interface-security.conf" ] && [ "$1" = remove ]; then # stop fails if not running stop network-interface-security || : fi # End automatically added section