Re: [systemd-devel] systemctl kexec doing normal reboot (POST)

2025-08-11 Thread Ian Pilcher
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

Re: [systemd-devel] Stopping service manually, kills all dependencies but starting it again doesn't start dependencies

2025-08-11 Thread Barry Scott
> 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

[systemd-devel] Stopping service manually, kills all dependencies but starting it again doesn't start dependencies

2025-08-11 Thread Eliasson, Erik
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