[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [ooni-probe/master] Add line in oonib to daemonize the script



commit e34fc0fd3c0e221d88c45787836d06afa15d0203
Author: Arturo Filastò <art@xxxxxxxxx>
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()
 

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits