diff options
Diffstat (limited to 'security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in')
-rw-r--r-- | security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in b/security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in index 40015f4a8e4a..aefe798754be 100644 --- a/security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in +++ b/security/openvpn-auth-oauth2/files/openvpn_auth_oauth2.in @@ -32,7 +32,7 @@ eval ": \${${name}_config:=%%ETCDIR%%/openvpn-auth-oauth2.yml}" load_rc_config "${name}" _openvpn_auth_oauth2="%%PREFIX%%/sbin/openvpn-auth-oauth2" -_common_daemon_args=-Sfc +_common_daemon_args="-Sfc -R 5" _piddir=/var/run/openvpn-auth-oauth2 # Set PID file |