0x1949 Team - FAZEMRX - MANAGER
Edit File: at.prerm
#!/bin/sh set -e # Automatically added by dh_installinit/13.6ubuntu1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/atd" ] ; then invoke-rc.d atd stop || exit 1 fi # End automatically added section