rhel: Use same rundir for ovs and ovn.
[cascardo/ovs.git] / rhel / usr_lib_systemd_system_ovn-northd.service
index fcbf646..5b3b03a 100644 (file)
@@ -7,9 +7,6 @@ After=openvswitch.service
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-RuntimeDirectory=ovn-northd
-RuntimeDirectoryMode=0755
-PIDFile=%t/ovn-northd/ovn-northd.pid
-Environment=OVN_RUNDIR=%t/ovn-northd OVS_RUNDIR=%t/openvswitch OVS_DBDIR=/var/lib/openvswitch
+Environment=OVS_RUNDIR=%t/openvswitch OVS_DBDIR=/var/lib/openvswitch
 ExecStart=/usr/share/openvswitch/scripts/ovn-ctl start_northd
 ExecStop=/usr/share/openvswitch/scripts/ovn-ctl stop_northd