2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00
Files
openvswitch/rhel/usr_lib_systemd_system_ovn-controller.service
bschanmu@redhat.com 1b4993133f rhel: Use ovn-ctl to ovn-controller service
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>
2016-03-08 08:46:12 -05:00

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