netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / rhel / usr_lib_systemd_system_ovn-controller-vtep.service
1 #
2 # You may override the following variables to customize ovn-controller-vtep
3 # behavior:
4 #
5 #   OVN_DB - Set this variable to the location of the ovsdb server that is
6 #            serving the OVN_Southbound database.  See the manpage for
7 #            ovn-controller-vtep for more details on the format for the db
8 #            location.
9 #
10 #   VTEP_DB - Set this variable to the location of the ovsdb server that is
11 #             serving the hardware_vtep database.  See the manpage for
12 #             ovn-controller-vtep for more details on the format for the db
13 #             location.
14 #
15
16 [Unit]
17 Description=OVN VTEP gateway controller daemon
18 After=syslog.target
19 Requires=openvswitch.service
20 After=openvswitch.service
21
22 [Service]
23 Type=simple
24 Environment=OVS_RUNDIR=%t/openvswitch
25 Environment=OVN_DB=unix:%t/openvswitch/db.sock
26 Environment=VTEP_DB=unix:%t/openvswitch/db.sock
27 ExecStart=/usr/bin/ovn-controller-vtep -vconsole:emer -vsyslog:err -vfile:info \
28           --log-file=/var/log/openvswitch/ovn-controller-vtep.log \
29           --no-chdir --pidfile=${OVS_RUNDIR}/ovn-controller-vtep.pid \
30           --ovnsb-db=${OVN_DB} --vtep-db=${VTEP_DB}