#!/bin/sh set -e if [ -x "/etc/init.d/salt-server" ]; then /etc/init.d/salt-server stop || exit 0 fi #DEBHELPER#