File: postinst-systemd-start

package info (click to toggle)
init-system-helpers 1.22
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 236 kB
  • ctags: 26
  • sloc: perl: 915; sh: 308; makefile: 10
file content (4 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (4)
1
2
3
4
if [ -d /run/systemd/system ]; then
	systemctl --system daemon-reload >/dev/null || true
	deb-systemd-invoke start #UNITFILES# >/dev/null || true
fi