summaryrefslogtreecommitdiff
blob: 9493c40755d83d1377b7239b62804eece857fab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Open vSwitch Database Server
Documentation=man:ovsdb-server

[Service]
# The file can be shared for this as this values are prone to change
# and that way we don't need to update them in two different places
EnvironmentFile=/etc/conf.d/ovsdb-server
ExecStart=/usr/sbin/ovsdb-server --monitor \
		--remote=punix:${DB_SOCKET} \
		--remote=${REMOTE_DB} \
		--private-key=${PRIVATE_KEY} \
		--certificate=${CERTIFICATE} \
		--bootstrap-ca-cert=${BOOTSTRAP_CA_CERT}