File: ovn-controller-vtep.service

package info (click to toggle)
ovn 23.03.1-1~deb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,244 kB
  • sloc: ansic: 79,254; xml: 20,536; sh: 3,253; python: 1,736; makefile: 813
file content (16 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Open Virtual Network VTEP gateway controller daemon
After=openvswitch-switch.service
Requires=openvswitch-switch.service

[Service]
Type=forking
PIDFile=%t/ovn/ovn-controller-vtep.pid
ExecStart=/usr/share/ovn/scripts/ovn-ctl start_controller_vtep --no-monitor $OVN_CTL_OPTS
ExecStop=/usr/share/ovn/scripts/ovn-ctl stop_controller_vtep --no-monitor
Restart=on-failure
LimitNOFILE=65535
TimeoutStopSec=15

[Install]
WantedBy=multi-user.target