2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-19 14:37:21 +00:00

debian: Fix executable name of ovs-controller in init script

This commit is contained in:
Justin Pettit
2010-03-29 15:21:48 -07:00
parent 2c0f11dc7e
commit 32ae20b88e

View File

@@ -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