Commit dfb607f4 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

equeue: Kill children on exit

parent 5f575b85
......@@ -159,6 +159,7 @@ def main():
server.serve_forever()
finally:
remove_existing_file(socketpath)
os.kill(0, 9)
if __name__ == '__main__':
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment