summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-systemd-restart
blob: 6f4e5842bb3060fbc7589756a2ca87af328d12cd (plain)
1
2
3
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
	systemctl stop #UNITFILES# >/dev/null
fi