summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-systemd-enable-start
blob: 6cccdcf93755567f24ffe57cecf84db8f826a6df (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 start #UNITFILES# >/dev/null || true
fi