]> git.pld-linux.org Git - packages/openvpn.git/blame - openvpn.sysconfig
- add --suppress-timestamps when systemd logs data
[packages/openvpn.git] / openvpn.sysconfig
CommitLineData
3dee3635 1# Customized settings for openvpn
8963bd1a
JK
2
3# Nice level for sysconf
8244ed95 4SERVICE_RUN_NICE_LEVEL="+0"
8963bd1a 5
d933e9ce
AM
6# Options for all tunnels
7#OPENVPN_OPT="--script-security 2"
8
3dee3635 9# Tunnels to set up. For each tunnel name, there should be config file in /etc/openvpn
ec6e7d04
JR
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#
8963bd1a
JK
17#TUNNELS="mytunnel"
18TUNNELS=""
This page took 0.098365 seconds and 4 git commands to generate.