void-packages/srcpkgs/openvswitch/files/ovs-vswitchd/run
2016-02-29 13:38:50 -08:00

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