projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97ffeb
)
ovs-ctl: Start ovs-vswitchd with correct niceness.
author
Ben Pfaff
<blp@nicira.com>
Fri, 15 Jul 2011 21:54:26 +0000
(14:54 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 18 Jul 2011 18:37:46 +0000
(11:37 -0700)
utilities/ovs-ctl.in
patch
|
blob
|
history
diff --git
a/utilities/ovs-ctl.in
b/utilities/ovs-ctl.in
index a1499053dedd41115170442d3d9c584d36735f89..c783f3da85c96215e813061527f9c4f5e3e75f9a 100755
(executable)
--- a/
utilities/ovs-ctl.in
+++ b/
utilities/ovs-ctl.in
@@
-184,7
+184,7
@@
start () {
if test X"$MLOCKALL" != Xno; then
set "$@" --mlockall
fi
- start_daemon "$VSWITCHD_PRIORITY" "$@"
+ start_daemon "$
OVS_
VSWITCHD_PRIORITY" "$@"
fi
}