Re: [systemd-devel] how to use systemd credentials properly

2025-05-05 Thread Lennart Poettering
On Sa, 03.05.25 14:50, Xogium (cont...@xogium.me) wrote: > Hi, > > so for context, I want to isolate most services I plan on running inside > containers, with each its own nginx, php, etc. > > My issue is with credentials. I would like the host to handle the renewal of > tls certificate, and to ha

Re: [systemd-devel] x-initrd.mount option

2025-05-05 Thread Kaizaad Bilimorya
On Mon, May 5, 2025 at 10:03 AM Andrei Borzenkov wrote: > On Mon, May 5, 2025 at 4:58 PM Kaizaad Bilimorya > wrote: > > > > Hello Silvio, > > Thank you for your response. > > We're using Ansible to automate some tasks so it is easier (and more > reliable) to add/remove mount unit files than havi

Re: [systemd-devel] x-initrd.mount option

2025-05-05 Thread Andrei Borzenkov
On Mon, May 5, 2025 at 4:58 PM Kaizaad Bilimorya wrote: > > Hello Silvio, > Thank you for your response. > We're using Ansible to automate some tasks so it is easier (and more > reliable) to add/remove mount unit files than having to parse the fstab for > our specific mount options. > And as the

Re: [systemd-devel] x-initrd.mount option

2025-05-05 Thread Kaizaad Bilimorya
Hello Silvio, Thank you for your response. We're using Ansible to automate some tasks so it is easier (and more reliable) to add/remove mount unit files than having to parse the fstab for our specific mount options. And as the Systemd documentation says "For tooling, writing mount units should be p