From 99445ba3da94a88f49b976ba8996aa33cbc10bb5 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Tue, 7 Jul 2015 11:50:35 +0200 Subject: Move ProtectSystem to the right .service file --- debian/openvpn@.service | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/openvpn@.service') diff --git a/debian/openvpn@.service b/debian/openvpn@.service index be47429..a136de9 100644 --- a/debian/openvpn@.service +++ b/debian/openvpn@.service @@ -8,6 +8,7 @@ Type=forking ExecStart=/usr/sbin/openvpn --daemon ovpn-%i --status /run/openvpn/%i.status 10 --cd /etc/openvpn --config /etc/openvpn/%i.conf ExecReload=/bin/kill -HUP $MAINPID WorkingDirectory=/etc/openvpn +ProtectSystem=yes [Install] WantedBy=multi-user.target -- cgit v1.2.3