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