Re: [systemd-devel] hint to know the state of the service using function

2024-08-26 Thread Lennart Poettering
61;7603;1cOn Fr, 23.08.24 15:51, Rajmohan. R (rajmoha...@kpit.com) wrote: > Hi, > Below is the change related to logging of the units (service) while changing > the state [in]active_[exit/enter]. > > I did not get any hint from source code, to know the state change using > function, without quer

Re: [systemd-devel] hint to know the state of the service using function

2024-08-23 Thread Rajmohan. R
From: Cristian Rodríguez Sent: Friday, August 23, 2024 11:11 PM To: Rajmohan. R Cc: systemd-devel Subject: Re: [systemd-devel] hint to know the state of the service using function Caution: This email originated from outside of the KPIT. Do not click links or

Re: [systemd-devel] hint to know the state of the service using function

2024-08-23 Thread Cristian Rodríguez
On Fri, Aug 23, 2024 at 11:51 AM Rajmohan. R wrote: > Hi, > Below is the change related to logging of the units (service) while > changing the state [in]active_[exit/enter]. > > I did not get any hint from source code, to know the state change using > function, without querying the target system

[systemd-devel] hint to know the state of the service using function

2024-08-23 Thread Rajmohan. R
Hi, Below is the change related to logging of the units (service) while changing the state [in]active_[exit/enter]. I did not get any hint from source code, to know the state change using function, without querying the target system through CLI. Could someone from the forum help in providing a h