On 8/10/25 2:55 PM, Paul Menzel wrote:
What happens if you run the kexec command from above manually?
'kexec --load ...' followed by 'kexec -e' works as expected. I.e. it
reboots immediately, without a proper shutdown, and skips the firmware
POST.
'kexec --load ...', followed by any sort of c
> On 11 Aug 2025, at 10:42, Eliasson, Erik wrote:
>
> But when we start service A after stopping it manually, it doesn't restart B
> and C as previously seen in version 244.
I would not expect B or C to start if I start A unless A Wants=/Requires= B or
C.
Barry
Hello Systemd people!
We have seen a behaviour change from version 244 to 250 where if service A is
stopped, it also kills service B and C, which depends on service A.
But when we start service A after stopping it manually, it doesn't restart B
and C as previously seen in version 244.
We have t