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:
2
debian/openvswitch-controller.init
vendored
2
debian/openvswitch-controller.init
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user