debian: Correct path to ovs-controller in init script.
[openvswitch] / debian / openvswitch-controller.init
index 1638f149527c6fea23f38f4e03c24729fd141dab..a5403b84366863506b1fd77b1f0b3897c18135f4 100755 (executable)
@@ -31,7 +31,7 @@
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
-DAEMON=/usr/sbin/ovs-controller # Introduce the server's location here
+DAEMON=/usr/bin/ovs-controller # Introduce the server's location here
 NAME=ovs-controller         # Introduce the short server's name here
 DESC=ovs-controller         # Introduce a short description here
 LOGDIR=/var/log/openvswitch # Log directory to use