ansible-ovs-ovn/files/ovsovn.service

15 lines
281 B
SYSTEMD
Raw Normal View History

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]
2020-11-23 05:30:11 +00:00
Type=oneshot
2020-07-30 07:38:37 +00:00
RestartSec=5
ExecStart=/usr/sbin/ovsovn-service-manager.sh START
ExecStop=/usr/sbin/ovsovn-service-manager.sh STOP
[Install]
WantedBy=multi-user.target