Advertisement
Guest User

default_openvpn

a guest
Jul 25th, 2015
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.64 KB | None | 0 0
  1. # '*' - autostart all available connections
  2. # empty - autostart none
  3. # space separated names (without extension) - autostart listed
  4. AUTOSTART='*'
  5.  
  6. # user and group to run openvpn daemons as (default: openvpn)
  7. #OPENVPN_GID='openvpn'
  8. #OPENVPN_UID='openvpn'
  9.  
  10. # create status file of version 1-3 (default: 3) at /var/run/openvpn/$CONN.status and refresh it every n seconds, 0 to disable (default: 10)
  11. #STATUS_REFRESH=10
  12. #STATUS_VERSION=3
  13.  
  14. # set to 1 to prohibit init from killing openvpn processes on system shutdown
  15. #OMIT_SENDSIGS=0
  16.  
  17. # additional arguments for openvpn
  18. # DON'T USE --daemon as it's NOT compatible with Ustart!
  19. #OPT_ARGS=''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement