This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=OVN_RUNDIR=%t/ovn OVS_RUNDIR=%t/openvswitch
-
Environment=OVN_USER_ID=openvswitch:openvswitch OVN_RUNDIR=%t/ovn OVS_RUNDIR=%t/openvswitch
-
EnvironmentFile=-/etc/default/ovn-host
-
EnvironmentFile=-/etc/sysconfig/ovn -/etc/sysconfig/ovn-controller
-
ExecStart=/usr/share/ovn/scripts/ovn-ctl --no-monitor --ovn-user=${OVN_USER_ID} start_controller $OVN_CONTROLLER_OPTS
-
ExecStart=/usr/share/ovn/scripts/ovn-ctl start_controller --ovn-manage-ovsdb=no --no-monitor $OVN_CTL_OPTS
-
ExecStop=/usr/share/ovn/scripts/ovn-ctl stop_controller
-
ExecStop=/usr/share/ovn/scripts/ovn-ctl stop_controller --no-monitor
-
LimitNOFILE=65535
-
PIDFile=%t/ovn/ovn-controller.pid
-
PIDFile=/var/run/ovn/ovn-controller.pid
-
Restart=on-failure
-
TimeoutStopSec
Introduced in systemd 188=15 -
Type=forking
-
-
[Unit]
-
After=network.target openvswitch-switch.service
-
After=syslog.target openvswitch.service
-
DefaultDependencies=no
-
Description=OVN controller daemon
-
Description=Open Virtual Network host control daemon
-
PartOf=ovn-host.service
-
Requires=openvswitch.service
-
Additionnal notes
Nothing here.