Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1.  
  2. # This is the configuration file for /etc/init.d/openvpn
  3.  
  4. AUTOSTART="nl"
  5.  
  6. #
  7. # Start only these VPNs automatically via init script.
  8. # Allowed values are "all", "none" or space separated list of
  9. # names of the VPNs. If empty, "all" is assumed.
  10. # The VPN name refers to the VPN configutation file name.
  11. # i.e. "home" would be /etc/openvpn/home.conf
  12. #
  13. # If you're running systemd, changing this variable will
  14. # require running "systemctl daemon-reload" followed by
  15. # a restart of the openvpn service (if you removed entries
  16. # you may have to stop those manually)
  17. #
  18. #AUTOSTART="all"
  19. #AUTOSTART="none"
  20. #AUTOSTART="home office"
  21. #
  22. # WARNING: If you're running systemd the rest of the
  23. # options in this file are ignored.
  24. #
  25. # Refresh interval (in seconds) of default status files
  26. # located in /var/run/openvpn.$NAME.status
  27. # Defaults to 10, 0 disables status file generation
  28. #
  29. #STATUSREFRESH=10
  30. #STATUSREFRESH=0
  31. # Optional arguments to openvpn's command line
  32. OPTARGS=""
  33. #
  34. # If you need openvpn running after sendsigs, i.e.
  35. # to let umountnfs work over the vpn, set OMIT_SENDSIGS
  36. # to 1 and include umountnfs as Required-Stop: in openvpn's
  37. # init.d script (remember to run insserv after that)
  38. #
  39. OMIT_SENDSIGS=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement