summaryrefslogtreecommitdiff
path: root/rhel/usr_lib_systemd_system_ovn-northd.service
blob: 5b3b03aeff7009eff467af3839f5c74f26f7d765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=OVN northd management daemon
After=syslog.target
Requires=openvswitch.service
After=openvswitch.service

[Service]
Type=oneshot
RemainAfterExit=yes
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