summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-systemd
blob: 6cc724236586f5ea08d4c1d837792b4baa65924b (plain)
1
2
3
if [ -d /run/systemd/system ]; then
	deb-systemd-invoke stop #UNITFILES# >/dev/null
fi