This unit is provided by:
Options
-
[Install]
-
Alias=ovn-nb-ovsdb.service
-
-
[Service]
-
EnvironmentFile=-/etc/default/ovn-central
-
ExecStart=/usr/share/ovn/scripts/ovn-ctl run_nb_ovsdb $OVN_CTL_OPTS
-
ExecStop=/usr/share/ovn/scripts/ovn-ctl stop_nb_ovsdb
-
LimitNOFILE=65535
-
PIDFile=%t/ovn/ovnnb_db.pid
-
Restart=on-failure
-
TimeoutStopSec
Introduced in systemd 188=15 -
Type=simple
-
-
[Unit]
-
After=network.target
-
DefaultDependencies=no
-
Description=Open vSwitch database server for OVN Northbound database
-
PartOf=ovn-central.service
-
Additionnal notes
Nothing here.