diff options
author | Marcel Enguehard <mengueha+fdio@cisco.com> | 2017-07-19 11:26:26 +0200 |
---|---|---|
committer | Marcel Enguehard <mengueha+fdio@cisco.com> | 2017-07-19 11:51:26 +0000 |
commit | 3e6678f9c692553e8902da4d6fb1fe6c087db1f4 (patch) | |
tree | 580a46ca5de22a044319eabb295ad980d50589ec /netmodel/util | |
parent | 08c4f765cf29dbd6e9a616c542552417eece14fc (diff) |
* GUI resource
* MemIf interface for VPP
* Better netmodel integration
* Draft documentation
* New tutorials
* Improved monitoring and error handling
* Refactored IP addresses and prefixes representation
* Improved image mgmt for LXD
* Various bugfixes and code refactoring
Change-Id: I90da6cf7b5716bc7deb6bf4e24d3f9f01b5a9b0f
Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
Diffstat (limited to 'netmodel/util')
-rw-r--r-- | netmodel/util/daemon.py | 2 |
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... |