opensnitch/debian/prerm

7 lines
96 B
Text
Raw Normal View History

#!/bin/sh
set -e
service opensnitch stop || true
systemctl disable opensnitch.service || true