File: postrm-systemd-reload-only

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 (3 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (5)
1
2
3
if [ -d /run/systemd/system ]; then
	systemctl --system daemon-reload >/dev/null || true
fi