2020-07-30 07:38:37 +00:00
|
|
|
[Unit]
|
2020-08-31 08:30:02 +00:00
|
|
|
Description=OpenVSwitch and OVN Controller service
|
2020-07-30 07:38:37 +00:00
|
|
|
After=network.target
|
|
|
|
StartLimitIntervalSec=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
RestartSec=5
|
|
|
|
|
|
|
|
ExecStart=/usr/sbin/ovsovn-service-manager.sh START
|
|
|
|
ExecStop=/usr/sbin/ovsovn-service-manager.sh STOP
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|