diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2015-07-01 14:06:31 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2015-07-01 14:06:31 +0200 |
commit | 44b0699b3e5a04300308683bd55a058bfff9d157 (patch) | |
tree | b1919befb889757faa81efa5ec11cdb5ac8453b0 /debian/openvpn.service | |
parent | 36e6270cd1fdac93994548f1563b4f5fd5c24628 (diff) |
New upstream. Fix #787090 #785200 #771626
Diffstat (limited to 'debian/openvpn.service')
-rw-r--r-- | debian/openvpn.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/openvpn.service b/debian/openvpn.service index 0075cc4..58669f4 100644 --- a/debian/openvpn.service +++ b/debian/openvpn.service @@ -11,6 +11,7 @@ RemainAfterExit=yes ExecStart=/bin/true ExecReload=/bin/true WorkingDirectory=/etc/openvpn +ProtectSystem=yes [Install] WantedBy=multi-user.target |