]> TLD Linux GIT Repositories - packages/openvpn.git/blob - openvpn.sysconfig
- updated to 2.3.10
[packages/openvpn.git] / openvpn.sysconfig
1 # Customized settings for openvpn
2
3 # Nice level for sysconf
4 SERVICE_RUN_NICE_LEVEL="+0"
5
6 # Options for all tunnels
7 #OPENVPN_OPT="--script-security 2"
8
9 # Tunnels to set up. For each tunnel name, there should be config file in /etc/openvpn
10 #
11 # On systems running systemd after updating the list below you have to
12 # restart systemd to regenerate openvpn@TUNNEL.service services
13 # (systemctl --system daemon-reload), stop and start openvpn.target when
14 # removing elements from list or restart openvpn.target when only adding
15 # elements (systemctl stop openvpn.target / systemctl restart openvpn.target).
16 #
17 #TUNNELS="mytunnel"
18 TUNNELS=""