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