[systemd-devel] Credentials: what I am doing wrong?

2024-07-04 Thread Kamil Jońca
--8<---cut here---start->8--- %sudo cat /etc/systemd/system/test1.service [Unit] Description=Test service with credential [Service] SetCredentialEncrypted=testcred: \ Whxqht+dQJax1aZeCGLxmiABDBA6lr6VEx0jrl54ZU8AgFJrl \ EazQv9

Re: [systemd-devel] Question about the killing spree during the transition from the initrd to the root file system.

2024-07-04 Thread Demi Marie Obenour
On Thu, Jul 04, 2024 at 03:18:04PM +0200, Lennart Poettering wrote: > On Do, 04.07.24 11:24, chenruyi (A) ([email protected]) wrote: > > > Hi, > > > > I have some processes in my initrd needed to be excluded from the killing > > spree > > during switch-root and needed to continue to run in the

Re: [systemd-devel] Question about the killing spree during the transition from the initrd to the root file system.

2024-07-04 Thread Lennart Poettering
On Do, 04.07.24 11:24, chenruyi (A) ([email protected]) wrote: > Hi, > > I have some processes in my initrd needed to be excluded from the killing > spree > during switch-root and needed to continue to run in the root file system. I > read > the ROOT_STORAGE_DAEMONS.md and the source code of