Re: [systemd-devel] sd-boot setup and PCRs

2023-06-18 Thread Andrei Borzenkov
On 18.06.2023 21:56, Felix Rubio wrote: Hi everybody, After some days offline, today I have gone through the emails exchanged a couple of weeks ago and agreed: UKI is the way to go. Last time I checked about it I read about possible problems related to when some modules would be loaded and so, b

[systemd-devel] sd-boot setup and PCRs

2023-06-18 Thread Felix Rubio
Hi everybody, After some days offline, today I have gone through the emails exchanged a couple of weeks ago and agreed: UKI is the way to go. Last time I checked about it I read about possible problems related to when some modules would be loaded and so, but I see that my knowledge was outdat

Re: [systemd-devel] Correct shutdown ordering with socket-activated dependencies

2023-06-18 Thread Mantas Mikulėnas
On Sun, Jun 18, 2023 at 8:00 PM Ferenc Wágner wrote: > Hi, > > As an example, please consider rabbitmq-server.service, which is an > Erlang application, so it uses the services of the Erlang Port Mapper > Daemon (epmd), which is socket-activated: > > # /lib/systemd/system/rabbitmq-server.service

[systemd-devel] Correct shutdown ordering with socket-activated dependencies

2023-06-18 Thread Ferenc Wágner
Hi, As an example, please consider rabbitmq-server.service, which is an Erlang application, so it uses the services of the Erlang Port Mapper Daemon (epmd), which is socket-activated: # /lib/systemd/system/rabbitmq-server.service [Unit] After=epmd.socket Wants=epmd.socket # /lib/systemd/system/e