Accepting request 781397 from home:Vogtinator:branches:network:vpn

- Fix inconsistency in openvpn.service:
  * It uses the unescape instance name as config file basename,
    so use that in the description as well

OBS-URL: https://build.opensuse.org/request/show/781397
OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=150
This commit is contained in:
Reinhard Max 2020-03-09 09:28:36 +00:00 committed by Git OBS Bridge
parent ba0faf4e78
commit 3e6d073d65
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 4 07:30:38 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Fix inconsistency in openvpn.service:
* It uses the unescape instance name as config file basename,
so use that in the description as well
-------------------------------------------------------------------
Fri Jan 24 11:22:01 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,5 +1,5 @@
[Unit]
Description=OpenVPN tunneling daemon instance using /etc/openvpn/%I.conf
Description=OpenVPN tunneling daemon instance using /etc/openvpn/%i.conf
After=network.target
PartOf=openvpn.target