On 09.08.2018 16:09, Alex wrote:

Hi Alex,

> I edited the file (and the setting seems to be a possible cause), but it
> still not works. I run openvpn still via /etc/default/openvpn AUTOSTART=
> instead of using vpn@openvpn style services. Possibly there is another
> service in between, which restricts the home access?

You are probably also hit by

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905392

which I'm trying to clarify with the systemd maintainers.

Please instead of copying the whole openvpn@.service file add a drop-in
only overriding the specific setting

mkdir -p /etc/systemd/system/openvpn@.service.d
cat > /etc/systemd/system/openvpn@.service.d/override.conf <<EOF
[Service]
ProtectHome=false
EOF

systemctl daemon-reload

does this help?

Bernhard

Reply via email to