2020-07-30 07:38:37 +00:00
|
|
|
[Unit]
|
2020-08-31 08:30:02 +00:00
|
|
|
Description=OpenVSwitch and OVN Controller service
|
2020-12-15 00:32:42 +00:00
|
|
|
After=network-pre.target systemd-udev-settle.service
|
|
|
|
Before=networking.service
|
|
|
|
|
2020-07-30 07:38:37 +00:00
|
|
|
StartLimitIntervalSec=0
|
|
|
|
|
|
|
|
[Service]
|
2020-11-23 05:30:11 +00:00
|
|
|
Type=oneshot
|
2020-07-30 07:38:37 +00:00
|
|
|
RestartSec=5
|
2020-11-24 12:33:42 +00:00
|
|
|
RemainAfterExit=true
|
2020-07-30 07:38:37 +00:00
|
|
|
|
|
|
|
ExecStart=/usr/sbin/ovsovn-service-manager.sh START
|
|
|
|
ExecStop=/usr/sbin/ovsovn-service-manager.sh STOP
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|