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