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,15 @@
[Unit]
Description=Open vSwitch Daemon
Documentation=man:ovs-vswitchd
Wants=network.target
Before=network.target
Requires=ovsdb-server.service
After=ovsdb-server.service
[Service]
# --pidfile options is needed for create file used
# by ovs-appctl command.
ExecStart=/usr/sbin/ovs-vswitchd --mlockall --monitor unix:/var/run/openvswitch/db.sock --pidfile
[Install]
WantedBy=multi-user.target