<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb18030">
</head>
<body text="#000000" bgcolor="#FFFFFF">
On Wednesday 28 June 2017 02:08 PM, 清辰 wrote:<br>
<blockquote type="cite"
cite="mid:tencent_55F1EF70761C5EBB29A9F02E@qq.com"><br>
<div><font face="lucida Grande, Verdana, Microsoft YaHei">Is there
a way to execute stop actually, even the status is inactive.</font></div>
<div><br>
</div>
On Tue, 27.06.17 13:48, 清辰 (<a href="mailto:624001899@qq.com"
target="_blank" moz-do-not-send="true">624001899@qq<wbr>.com</a>)
wrote:<br>
<br>
> for example: service nscd<br>
> 1.execute: systemctl stop nscd.service<br>
> stop nscd process actually<br>
> 2.execute: /usr/bin/nscd<br>
> start nscd by shell command<br>
</blockquote>
<br>
Why dont you (or your script) start it with:<br>
systemctl start nscd<br>
<br>
Then status and stop will also work as expected.<br>
<br>
Amish.<br>
</body>
</html>