1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[Unit] Description=openvswitch-switch [Service] User=root Group=root Type=oneshot RemainAfterExit=yes ExecStart=/opt/start_ovs_vswitchd.sh TimeoutSec=120 #Restart=on-failure #RestartSec=2 [Install] WantedBy=multi-user.target