mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 08:35:16 +02:00
5 lines
133 B
Bash
Executable file
5 lines
133 B
Bash
Executable file
#!/bin/sh
|
|
modprobe -q openvswitch || exit 1
|
|
sv check ovsdb-server >/dev/null || exit 1
|
|
install -d /run/openvswitch
|
|
exec ovs-vswitchd
|