From: Daan De Meyer Date: Mon, 8 Apr 2024 21:17:33 +0000 (+0200) Subject: docs: Suggest soft-reboot to restart pid1 and all daemons in mkosi VM X-Git-Tag: v256-rc1~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=957dc5f1907714c94c83679c799e1823f9751535;p=thirdparty%2Fsystemd.git docs: Suggest soft-reboot to restart pid1 and all daemons in mkosi VM --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 23ea7b10b16..33d32c91197 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -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 ` or `systemctl daemon-reexec` if you're working on pid1. +`systemctl restart ` 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: