Do you know why knotd can't be stopped?
# ps -efw|grep knot
root     16617     1  0 09:05 ?        00:00:00 /usr/sbin/knotd -c
/etc/knot/knot.conf
root     16643 14461  0 09:07 pts/0    00:00:00 grep --color=auto knot
# killall knotd
# ps -efw|grep knot
root     16649     1  0 09:08 ?        00:00:00 /usr/sbin/knotd -c
/etc/knot/knot.conf
root     16667 14461  0 09:08 pts/0    00:00:00 grep --color=auto knot
# knotc stop
stopping server
# ps -efw|grep knot
root     16673     1  0 09:08 ?        00:00:00 /usr/sbin/knotd -c
/etc/knot/knot.conf
root     16691 14461  0 09:08 pts/0    00:00:00 grep --color=auto knot
As you see, both "killall" and "knotc stop" doesn't make the
daemon
exit, but a new process (with new process ID) appeared.
Thank you.
On 2015/8/20 星期四 16:45, Ondřej Surý wrote:
  You can change that in the config file - section
system (there's
 documentation on the web).
 I'll look into the package since it should be automatic.