[systemd-devel] Service parameters reflection

2020-07-21 Thread Student FourK
Hi All, Not sure if my question is more suitable for other ML, but... Is there such a feature in systemd, that allows the process launched from "ExecStart=..." to query the parameters of itself without resorting to things like popen for "systemctl show " ? Some client library? Regards,Student ___

Re: [systemd-devel] Service parameters reflection

2020-07-21 Thread Lennart Poettering
On Di, 21.07.20 08:30, Student FourK ([email protected]) wrote: > Hi All, > Not sure if my question is more suitable for other ML, but... > > Is there such a feature in systemd, that allows the process launched > from "ExecStart=..." to query the parameters of itself without > resorting to thin