Hi Jakob, Jakob Kirsch skribis: > From 762fbee53fb890a7cf5e26abcc2dcfad03b1bab4 Mon Sep 17 00:00:00 2001 > From: Jakob Kirsch > Date: Thu, 24 Oct 2024 19:45:31 +0200 > Subject: [PATCH v3] shepherd: Add support for rebooting using kexec > > --- > AUTHORS | 1 + > configure.ac | 4 ++++ > doc/shepherd.texi | 9 +++++++++ > modules/shepherd/scripts/reboot.scm | 12 ++++++++++-- > modules/shepherd/service.scm | 9 +++++++++ > modules/shepherd/system.scm.in | 10 ++++++++++ > tests/status-sexp.sh | 2 +- > 7 files changed, 44 insertions(+), 3 deletions(-) I applied it to the ‘devel’ branch after making the cosmetic changes below (let me know if anything is amiss). I also added a commit log that follows the project’s conventions. Thank you! Ludo’.