projects
/
opensrf
/
bjwebb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0261736
)
Assign, don't test equality (thanks berick)
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 9 Nov 2010 17:54:13 +0000
(17:54 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 9 Nov 2010 17:54:13 +0000
(17:54 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2069
9efc2488
-bf62-4759-914b-
345cdb29e865
src/python/opensrf.py.in
patch
|
blob
|
history
diff --git
a/src/python/opensrf.py.in
b/src/python/opensrf.py.in
index
49c6344
..
bd6c4f0
100755
(executable)
--- a/
src/python/opensrf.py.in
+++ b/
src/python/opensrf.py.in
@@
-150,7
+150,7
@@
def do_start_all():
# You can't start more than one service without daemonizing
global as_daemon
- as_daemon =
=
True
+ as_daemon = True
print "* starting all services for %s " % domain
for service in services.keys():