mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
Trying to revert the changes caused by 8520deefbf
to travis build failures
Signed-off-by: Babu Shanmugam <bschanmu@redhat.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
21 lines
641 B
Desktop File
21 lines
641 B
Desktop File
#
|
|
# You may override the following variables to customize ovn-controller behavior:
|
|
#
|
|
# OVS_DB - Set this variable to the location of the ovsdb server that is
|
|
# serving the Open_vSwitch database for the local ovs-vswitchd.
|
|
# See the manpage for ovn-controller for more details on the
|
|
# format for the db location.
|
|
#
|
|
|
|
[Unit]
|
|
Description=OVN controller daemon
|
|
After=syslog.target
|
|
Requires=openvswitch.service
|
|
After=openvswitch.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/share/openvswitch/scripts/ovn-ctl start_controller
|
|
ExecStop=/usr/share/openvswitch/scripts/ovn-ctl stop_controller
|