4 if systemd-detect-virt
--chroot; then
5 echo >&2 " Skipped: Running in chroot."
12 if [ ! -d /run
/systemd
/system
]; then
13 echo >&2 " Skipped: Current root is not booted."
20 if [ ! -d /run
/udev
]; then
21 echo >&2 " Skipped: Device manager is not running."
30 /usr
/bin
/journalctl
--update-catalog
33 /usr
/bin
/systemd-hwdb
--usr update
39 /usr
/bin
/systemd-sysusers
42 /usr
/bin
/systemd-tmpfiles
--create
47 /usr
/bin
/systemctl daemon-reload
51 /usr
/bin
/udevadm control
--reload
52 /usr
/bin
/udevadm trigger
53 /usr
/bin
/udevadm settle
57 /usr
/lib
/systemd
/systemd-binfmt
61 /usr
/lib
/systemd
/systemd-sysctl
64 # For use by other packages
67 /usr
/bin
/systemctl try-reload-or-restart
"$@"
71 echo >&2 " Invalid operation '$op'"