mirror of
https://github.com/luscis/openlan.git
synced 2025-09-27 04:46:02 +08:00
8 lines
148 B
Bash
Executable File
8 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
exec /usr/sbin/ovs-vswitchd unix:/run/openvswitch/db.sock \
|
|
-vconsole:info -vsyslog:off -vfile:off --mlockall \
|
|
--pidfile
|