[systemd-devel] Run "ipmitool power cycle" after lib/systemd/system-shutdown scripts

2022-02-09 Thread Etienne Champetier
Hello systemd hackers, After flashing the firmware of some pcie card I need to power cycle the server to finish the flashing process. For now I have a simple script in lib/systemd/system-shutdown/ running "ipmitool power cycle" but I would like to make sure it runs after other scripts like fwupd.s

[systemd-devel] mdmon@md127 is stopped early

2022-02-09 Thread Mariusz Tkaczyk
Hi, I'm working on Intel Matrix RAID solution (IMSM). It is integrated with kernel md driver and supported on Linux. So, we are using the same kernel driver but we don't have metadata management inside the driver. It is done in userspace by mdmon tool (it is part of mdadm project[1]). So, this requ

[systemd-devel] systemd-journald namespace persistence

2022-02-09 Thread Roger James
How do I create a persistent systemd-journald namespace? I have a backup service that is run by a systemd timer. I would like that to use it's own namespace. I can create the namespace manually using systemctl start systemd-journald@mynamespace.service. However I cannot find a way to do that s