Re: [systemd-devel] systemctl can't execute stop actually, when service is started by other way

2017-10-27 Thread Silvio Knizek
Am Dienstag, den 27.06.2017, 13:48 +0800 schrieb 清辰: > 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

Re: [systemd-devel] systemctl can't execute stop actually, when service is started by other way

2017-06-27 Thread Lennart Poettering
On Tue, 27.06.17 13:48, 清辰 (624001...@qq.com) wrote: > 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

[systemd-devel] systemctl can't execute stop actually, when service is started by other way

2017-06-26 Thread ????
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