gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] 04/04: removed daemonization


From: gnunet
Subject: [GNUnet-SVN] [ascension] 04/04: removed daemonization
Date: Wed, 30 Jan 2019 18:52:34 +0100

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

commit 43c06336530a9c6dbb84d8a8cb603bdd247a05ec
Author: rexxnor <address@hidden>
AuthorDate: Wed Jan 30 18:52:02 2019 +0100

    removed daemonization
---
 ascension/ascension.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index 4a84de1..dc7d871 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -50,8 +50,6 @@ import dns.query
 import dns.resolver
 import dns.zone
 import docopt
-import daemon
-from daemonize import Daemonize
 
 # GLOBALS
 GNUNET_ZONE_CREATION_COMMAND = 'gnunet-identity'
@@ -693,6 +691,4 @@ def main():
             time.sleep(refresh)
 
 if __name__ == '__main__':
-    PIDFILE = daemon.pidfile.TimeoutPIDLockFile
-    DAEMON = Daemonize(app="ascension", pid=PIDFILE, action=main)
-    DAEMON.start()
+    main()

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]