[tor-commits] [ooni-probe/master] Add line in oonib to daemonize the script
art at torproject.org
art at torproject.org
Wed Nov 21 16:11:01 UTC 2012
commit e34fc0fd3c0e221d88c45787836d06afa15d0203
Author: Arturo Filastò <art at fuffa.org>
Date: Wed Nov 21 17:10:07 2012 +0100
Add line in oonib to daemonize the script
---
bin/oonib | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/oonib b/bin/oonib
index 0808743..f09f790 100755
--- a/bin/oonib
+++ b/bin/oonib
@@ -23,6 +23,9 @@ from oonib.oonibackend import application
sys.argv[1:] = ['-ny', backend_script]
+# Uncomment this line to daemonize
+#sys.argv[1:] = ['-y', backend_script]
+
def runApp(config):
runner.OBaseRunner(config).run()
More information about the tor-commits
mailing list