debian: Bring Debian packaging in-line with new file locations
[sliver-openvswitch.git] / debian / openvswitch-controller.init
index 3706ea9..ad3547b 100755 (executable)
@@ -35,7 +35,7 @@ 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
 
-PIDFILE=/var/run/$NAME.pid 
+PIDFILE=/var/run/openvswitch/$NAME.pid 
 
 test -x $DAEMON || exit 0