summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-systemd-start
blob: 8134a0407c435828c3ed067fd5067435a9395c90 (plain)
1
2
3
4
if [ -d /run/systemd/system ]; then
	systemctl --system daemon-reload >/dev/null || true
	deb-systemd-invoke start #UNITFILES# >/dev/null || true
fi