This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/default/openvpn
T
root 5673ed2a23 committing changes in /etc made by "apt install network-manager-openvpn"
Packages with configuration changes:
+libccid 1.4.34-1 amd64
+opensc 0.21.0-1 amd64
+openvpn 2.5.1-3 amd64
+pcscd 1.9.1-1 amd64

Package changes:
+easy-rsa 3.0.8-1 all
+libccid 1.4.34-1 amd64
+liblzo2-2 2.10-2 amd64
+libpkcs11-helper1 1.27-1 amd64
+network-manager-openvpn 1.8.12-2 amd64
+opensc 0.21.0-1 amd64
+opensc-pkcs11 0.21.0-1 amd64
+openvpn 2.5.1-3 amd64
+pcscd 1.9.1-1 amd64
2022-10-11 08:34:17 +02:00

37 lines
1.2 KiB
Plaintext

# This is the configuration file for /etc/init.d/openvpn
#
# Start only these VPNs automatically via init script.
# Allowed values are "all", "none" or space separated list of
# names of the VPNs. If empty, "all" is assumed.
# The VPN name refers to the VPN configutation file name.
# i.e. "home" would be /etc/openvpn/home.conf
#
# If you're running systemd, changing this variable will
# require running "systemctl daemon-reload" followed by
# a restart of the openvpn service (if you removed entries
# you may have to stop those manually)
#
#AUTOSTART="all"
#AUTOSTART="none"
#AUTOSTART="home office"
#
# WARNING: If you're running systemd the rest of the
# options in this file are ignored.
#
# Refresh interval (in seconds) of default status files
# located in /var/run/openvpn.$NAME.status
# Defaults to 10, 0 disables status file generation
#
#STATUSREFRESH=10
#STATUSREFRESH=0
# Optional arguments to openvpn's command line
OPTARGS=""
#
# If you need openvpn running after sendsigs, i.e.
# to let umountnfs work over the vpn, set OMIT_SENDSIGS
# to 1 and include umountnfs as Required-Stop: in openvpn's
# init.d script (remember to run insserv after that)
#
OMIT_SENDSIGS=0