This commit is contained in:
2020-07-30 17:08:37 +09:30
commit 1aacd141ff
18 changed files with 200 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=ACS2 OpenVSwitch and OVN Controller service
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
Binary file not shown.