for example: service nscd
1.execute: systemctl stop nscd.service
stop nscd process actually
2.execute: /usr/bin/nscd
start nscd by shell command
3.execute: systemctl status nscd.service
inactive(dead)
systemctl can't know nscd is running
4.excute: systemctl stop nscd.service
nscd process
Hi Lennart,
Thank you for the reply. Please find my comments inline:
On Sat, Jun 24, 2017 at 12:55 AM, Lennart Poettering wrote:
> On Fri, 23.06.17 20:45, guhan balasubramanian (guhan@gmail.com) wrote:
>
> > Hi,
> >
> > I'm currently trying out sd-bus methods for my application. I am in a
>