This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
AmbientCapabilities=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_OVERRIDE
-
CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SETPCAP CAP_SYS_CHROOT CAP_DAC_OVERRIDE
-
CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_OVERRIDE
-
DeviceAllow=/dev/null rw /dev/net/tun rw
-
ExecStart=/usr/bin/openvpn --suppress-timestamps --nobind --config %i.conf
-
ExecStart=/usr/sbin/openvpn --suppress-timestamps --nobind --config %i.conf
-
Group=network
-
KillMode=process
-
LimitNPROC=10
-
PrivateTmp=yes
-
ProtectHome
Introduced in systemd 214=yes -
ProtectSystem
Introduced in systemd 214=yes -
Type=notify
-
User=openvpn
-
WorkingDirectory=/etc/openvpn/client
-
-
[Unit]
-
After=network-online.target
-
After=syslog.target network-online.target
-
Description=OpenVPN tunnel for %I
-
Documentation=man:openvpn(8) https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage https://community.openvpn.net/openvpn/wiki/HOWTO
-
Wants=network-online.target
-
Additionnal notes
Nothing here.