ovs-ctl: Start ovs-vswitchd with correct niceness.
authorBen Pfaff <blp@nicira.com>
Fri, 15 Jul 2011 21:54:26 +0000 (14:54 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 18 Jul 2011 18:37:46 +0000 (11:37 -0700)
utilities/ovs-ctl.in

index a149905..c783f3d 100755 (executable)
@@ -184,7 +184,7 @@ start () {
        if test X"$MLOCKALL" != Xno; then
            set "$@" --mlockall
        fi
-       start_daemon "$VSWITCHD_PRIORITY" "$@"
+       start_daemon "$OVS_VSWITCHD_PRIORITY" "$@"
     fi
 }