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
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
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