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