15 lines
286 B
SYSTEMD
Raw Normal View History

2020-07-30 17:08:37 +09:30
[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