X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=blobdiff_plain;f=rhel%2Fusr_lib_systemd_system_ovn-controller.service.in;fp=rhel%2Fusr_lib_systemd_system_ovn-controller.service.in;h=0000000000000000000000000000000000000000;hp=8373eb29466ec8b6c88a85a1cf2cfe98bbd55dbf;hb=1b4993133f281a9b181aedc9f56930ab4b4de65a;hpb=bef3f465bcd5f81823c7fb8750e3f639486b3587 diff --git a/rhel/usr_lib_systemd_system_ovn-controller.service.in b/rhel/usr_lib_systemd_system_ovn-controller.service.in deleted file mode 100644 index 8373eb294..000000000 --- a/rhel/usr_lib_systemd_system_ovn-controller.service.in +++ /dev/null @@ -1,22 +0,0 @@ -# -# 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=simple -Environment=OVS_RUNDIR=@RUNDIR@ -Environment=OVS_DB=unix:@RUNDIR@/db.sock -ExecStart=/usr/bin/ovn-controller -vconsole:emer -vsyslog:err -vfile:info \ - --log-file=/var/log/openvswitch/ovn-controller.log \ - --no-chdir --pidfile=${OVS_RUNDIR}/ovn-controller.pid ${OVS_DB}