summaryrefslogtreecommitdiffstats
path: root/autoscripts/prerm-systemd
blob: 2810349d308496446e0408920f73fccbe102a25f (plain)
1
2
3
if [ -z "${DPKG_ROOT:-}" ] && [ -d /run/systemd/system ]; then
	deb-systemd-invoke stop #UNITFILES# >/dev/null || true
fi