Re: [systemd-devel] CREDENTIALS_DIRECTORY vs %d

2024-08-22 Thread Gesh
On Thu, Aug 22, 2024 at 03:27:05PM GMT, Lennart Poettering wrote: > On Do, 22.08.24 15:29, Gesh (g...@gesh.uni.cx) wrote: > > > > > On Di, 13.08.24 01:28, Gesh (g...@gesh.uni.cx) wrote: > > > > > > > > > > > systemd.exec(5) reads: > > > > > > > In order to reference the path a credential may be rea

Re: [systemd-devel] CREDENTIALS_DIRECTORY vs %d

2024-08-22 Thread Lennart Poettering
On Do, 22.08.24 15:29, Gesh (g...@gesh.uni.cx) wrote: > On Thu, Aug 22, 2024 at 02:01:02PM GMT, Lennart Poettering wrote: > > On Do, 22.08.24 14:44, Gesh (g...@gesh.uni.cx) wrote: > > > > > On Thu, Aug 22, 2024 at 11:57:58AM GMT, Lennart Poettering wrote: > > > > On Di, 13.08.24 01:28, Gesh (g...@

Re: [systemd-devel] CREDENTIALS_DIRECTORY vs %d

2024-08-22 Thread Gesh
On Thu, Aug 22, 2024 at 02:01:02PM GMT, Lennart Poettering wrote: > On Do, 22.08.24 14:44, Gesh (g...@gesh.uni.cx) wrote: > > > On Thu, Aug 22, 2024 at 11:57:58AM GMT, Lennart Poettering wrote: > > > On Di, 13.08.24 01:28, Gesh (g...@gesh.uni.cx) wrote: > > > > > > > systemd.exec(5) reads: > > > >

Re: [systemd-devel] CREDENTIALS_DIRECTORY vs %d

2024-08-22 Thread Lennart Poettering
On Do, 22.08.24 14:44, Gesh (g...@gesh.uni.cx) wrote: > On Thu, Aug 22, 2024 at 11:57:58AM GMT, Lennart Poettering wrote: > > On Di, 13.08.24 01:28, Gesh (g...@gesh.uni.cx) wrote: > > > > > systemd.exec(5) reads: > > > > In order to reference the path a credential may be read from within a > > > >

Re: [systemd-devel] CREDENTIALS_DIRECTORY vs %d

2024-08-22 Thread Gesh
On Thu, Aug 22, 2024 at 11:57:58AM GMT, Lennart Poettering wrote: > On Di, 13.08.24 01:28, Gesh (g...@gesh.uni.cx) wrote: > > > systemd.exec(5) reads: > > > In order to reference the path a credential may be read from within a > > > ExecStart= command line use "${CREDENTIALS_DIRECTORY}/mycred", e.g

Re: [systemd-devel] CREDENTIALS_DIRECTORY vs %d

2024-08-22 Thread Lennart Poettering
On Di, 13.08.24 01:28, Gesh (g...@gesh.uni.cx) wrote: > systemd.exec(5) reads: > > In order to reference the path a credential may be read from within a > > ExecStart= command line use "${CREDENTIALS_DIRECTORY}/mycred", e.g. > > "ExecStart=cat ${CREDENTIALS_DIRECTORY}/mycred". In order to referenc

Re: [systemd-devel] CREDENTIALS_DIRECTORY vs %d

2024-08-12 Thread Greg Oliver
On Mon, Aug 12, 2024 at 5:28 PM Gesh wrote: > systemd.exec(5) reads: > > In order to reference the path a credential may be read from within a > > ExecStart= command line use "${CREDENTIALS_DIRECTORY}/mycred", e.g. > > "ExecStart=cat ${CREDENTIALS_DIRECTORY}/mycred". In order to reference > the >

[systemd-devel] CREDENTIALS_DIRECTORY vs %d

2024-08-12 Thread Gesh
systemd.exec(5) reads: > In order to reference the path a credential may be read from within a > ExecStart= command line use "${CREDENTIALS_DIRECTORY}/mycred", e.g. > "ExecStart=cat ${CREDENTIALS_DIRECTORY}/mycred". In order to reference the > path a credential may be read from within a Environment