summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-systemd-enable-restart
blob: a63aa6b4970a7fba33ef2938d58a09a9beed7108 (plain)
1
2
3
4
5
6
deb-systemd-helper enable #UNITFILES# >/dev/null || true

if [ -d /run/systemd/system ]; then
	systemctl --system daemon-reload >/dev/null || true
	systemctl try-restart #UNITFILES# >/dev/null || true
fi