Skip to content

Commit

Permalink
Don't leave processes running around (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 15, 2015
1 parent d832b17 commit 3f4220c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/zdaemon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,15 @@ the output will show up in the new file, not the old:
... file.read()
'rec 1\nrec 2\n'

Close files:
Close files and clean up:

>>> f.close()

sh> ./zdaemon -Cconf stop
. .
daemon process stopped


Start test program and timeout
==============================

Expand Down

0 comments on commit 3f4220c

Please sign in to comment.