tavern/scripts/prerm

12 lines
109 B
Bash
Executable File

#!/bin/sh
set -e
if which systemctl > /dev/null; then
systemctl stop tavern || :
fi
#DEBHELPER#
exit 0