ovsdb-server.service 480 B

123456789101112131415
  1. [Unit]
  2. Description=Open vSwitch Database Server
  3. Documentation=man:ovsdb-server
  4. [Service]
  5. # The file can be shared for this as this values are prone to change
  6. # and that way we don't need to update them in two different places
  7. EnvironmentFile=/etc/conf.d/ovsdb-server
  8. ExecStart=/usr/sbin/ovsdb-server --monitor \
  9. --remote=punix:${DB_SOCKET} \
  10. --remote=${REMOTE_DB} \
  11. --private-key=${PRIVATE_KEY} \
  12. --certificate=${CERTIFICATE} \
  13. --bootstrap-ca-cert=${BOOTSTRAP_CA_CERT}