add tuned-2.14.0 and openvswitch-2.14.0

This commit is contained in:
ikerbs
2020-12-11 01:30:35 +03:00
parent 439fda5245
commit c4c2dc2483
18 changed files with 458 additions and 13 deletions

View File

@ -0,0 +1,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}