rhel: Add buildrequires for libtool and automake.
[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 RuntimeDirectory=ovn-northd
11 RuntimeDirectoryMode=0755
12 PIDFile=%t/ovn-northd/ovn-northd.pid
13 Environment=OVN_RUNDIR=%t/ovn-northd OVS_RUNDIR=%t/openvswitch OVS_DBDIR=/var/lib/openvswitch
14 ExecStart=/usr/share/openvswitch/scripts/ovn-ctl start_northd
15 ExecStop=/usr/share/openvswitch/scripts/ovn-ctl stop_northd