diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-02-07 21:25:13 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-02-07 21:22:36 +0100 |
commit | ce095fc43d6850ef1cc74190d2c6ea40aeceff26 (patch) | |
tree | 7551cd38dcb5ec31f6bb56078643b097893b01f4 /main/openvpn/openvpn.initd | |
parent | 75d570ec9e944a850a1636ecdf79313c2d86a533 (diff) | |
download | aports-ce095fc43d6850ef1cc74190d2c6ea40aeceff26.tar.bz2 aports-ce095fc43d6850ef1cc74190d2c6ea40aeceff26.tar.xz |
main/openvpn: allow to pass additional arguments for openvpn
Diffstat (limited to 'main/openvpn/openvpn.initd')
-rw-r--r-- | main/openvpn/openvpn.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/openvpn/openvpn.initd b/main/openvpn/openvpn.initd index 6f05671afd..dabdf0f5ca 100644 --- a/main/openvpn/openvpn.initd +++ b/main/openvpn/openvpn.initd @@ -26,7 +26,8 @@ command_args=" --config $cfgfile --writepid $pidfile --setenv RC_SVCNAME $RC_SVCNAME - --setenv PEER_DNS $peer_dns" + --setenv PEER_DNS $peer_dns + $command_args" required_dirs="$cfgdir" required_files="$cfgfile" |