netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / rhel / usr_lib_systemd_system_ovn-northd.service
1 [Unit]
2 Description=OVN northd management daemon
3 After=syslog.target
4 Requires=openvswitch.service
5 After=openvswitch.service
6
7 [Service]
8 Type=oneshot
9 RemainAfterExit=yes
10 Environment=OVS_RUNDIR=%t/openvswitch OVS_DBDIR=/var/lib/openvswitch
11 ExecStart=/usr/share/openvswitch/scripts/ovn-ctl start_northd
12 ExecStop=/usr/share/openvswitch/scripts/ovn-ctl stop_northd