Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # '*' - autostart all available connections
- # empty - autostart none
- # space separated names (without extension) - autostart listed
- AUTOSTART='*'
- # user and group to run openvpn daemons as (default: openvpn)
- #OPENVPN_GID='openvpn'
- #OPENVPN_UID='openvpn'
- # 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)
- #STATUS_REFRESH=10
- #STATUS_VERSION=3
- # set to 1 to prohibit init from killing openvpn processes on system shutdown
- #OMIT_SENDSIGS=0
- # additional arguments for openvpn
- # DON'T USE --daemon as it's NOT compatible with Ustart!
- #OPT_ARGS=''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement