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