]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Suggest soft-reboot to restart pid1 and all daemons in mkosi VM
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 8 Apr 2024 21:17:33 +0000 (23:17 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 8 Apr 2024 21:21:51 +0000 (22:21 +0100)
docs/HACKING.md

index 23ea7b10b16cc162fdf0f9228e60dbe19877605e..33d32c91197ea8c87da7638220d3fac93aab3be8 100644 (file)
@@ -95,7 +95,8 @@ After enabling this setting, the source and build directories will be mounted to
 or virtual machine. To build the latest changes and re-install, run
 `meson install -C /work/build --only-changed` in the container or virtual machine
 and optionally restart the daemon(s) you're working on using
-`systemctl restart <units>` or `systemctl daemon-reexec` if you're working on pid1.
+`systemctl restart <units>` or `systemctl daemon-reexec` if you're working on pid1
+or `systemctl soft-reboot` to restart everything.
 
 Putting this all together, here's a series of commands for preparing a patch
 for systemd: