Skip to content

Commit

Permalink
bugfix:
Browse files Browse the repository at this point in the history
if daemon got down hard, and was not able to delete its pidfile, the new daemon append its pidfile. now the pid file is cleared before writing the new pid into it.
  • Loading branch information
schlitzered committed Dec 30, 2014
1 parent d630e91 commit b1adf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pep3143daemon',
version='0.0.3',
version='0.0.4',
description='Implementation of PEP 3143, a unix daemon',
long_description=pep3143daemon.__doc__,
packages=['pep3143daemon'],
Expand Down

0 comments on commit b1adf0a

Please sign in to comment.