File: ovn-ic.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-- 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Open Virtual Network interconnection controller
After=network.target
Requires=network.target

[Service]
Type=forking
PIDFile=%t/ovn/ovn-ic.pid
ExecStart=/usr/share/ovn/scripts/ovn-ctl start_ic --no-monitor
ExecStop=/usr/share/ovn/scripts/ovn-ctl stop_ic
Restart=on-failure
LimitNOFILE=65535
TimeoutStopSec=15

[Install]
WantedBy=multi-user.target