debian: Fix executable name of ovs-controller in init script
[sliver-openvswitch.git] / debian / openvswitch-controller.init
index c5f8eb8..3706ea9 100755 (executable)
@@ -30,7 +30,7 @@
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
-DAEMON=/usr/sbin/controller # Introduce the server's location here
+DAEMON=/usr/sbin/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