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