16 lines
302 B
SYSTEMD
16 lines
302 B
SYSTEMD
[Unit]
|
|
Description=OpenVSwitch and OVN Controller service
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RestartSec=5
|
|
RemainAfterExit=true
|
|
|
|
ExecStart=/usr/sbin/ovsovn-service-manager.sh START
|
|
ExecStop=/usr/sbin/ovsovn-service-manager.sh STOP
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|