aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn/files/openvpn-client.in
blob: 471757811795727e314beb1c4b77dbcf27a4ca8a (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

exec %%PREFIX%%/sbin/openvpn --script-security 2 \
    --up %%PREFIX%%/libexec/openvpn-client.up \
    --plugin openvpn-plugin-down-root.so %%PREFIX%%/libexec/openvpn-client.down \
    --config "$@"