aboutsummaryrefslogtreecommitdiffstats
path: root/netmodel/util/daemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'netmodel/util/daemon.py')
-rw-r--r--netmodel/util/daemon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netmodel/util/daemon.py b/netmodel/util/daemon.py
index 29683a54..eb8cd1a2 100644
--- a/netmodel/util/daemon.py
+++ b/netmodel/util/daemon.py
@@ -231,7 +231,7 @@ class Daemon:
"""
Overload this method if you use twisted (see xmlrpc.py)
"""
- sys.exit(0)
+ os._exit(0)
# Overload these...