X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-controller.init;h=cfcd0a3f818334e814afa12d9ccb86e5ea225d71;hb=cb6e2b01787b71c39678e9ef98e3b9374a7db378;hp=1638f149527c6fea23f38f4e03c24729fd141dab;hpb=298fd6d2d25ac8028f76c23cd52374370fe3be42;p=openvswitch diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init index 1638f149..cfcd0a3f 100755 --- a/debian/openvswitch-controller.init +++ b/debian/openvswitch-controller.init @@ -27,11 +27,13 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Open vSwitch controller +# Description: The Open vSwitch controller enables OpenFlow switches that connect to it +# to act as MAC-learning Ethernet switches. ### END INIT INFO 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