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