]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Update systemd service name param to match command
authorTerrance <git@terrance.allofti.me>
Tue, 29 Jul 2025 18:00:05 +0000 (19:00 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 31 Jul 2025 12:31:47 +0000 (14:31 +0200)
commit8854550d4da0b29af122723def898d38e6b3fea2
tree7958f71f390dcfd9898336554977f0ec774ca766
parent264fe91660fb1a7a426161a9a042ed3f9bd0a7a6
Update systemd service name param to match command

The service name displays `%I` which invokes systemd's path mangling
(notably, converting `-` to `/`), suggesting you need to provide an
encoded parameter (via e.g. `systemd-escape`), but the start command
itself uses `%i` which doesn't do the conversion.

This updates the service name to match the start command.

Signed-off-by: Terrance <git@terrance.allofti.me>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20250729180014.11550-2-sourceforge@terrance.allofti.me>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32423.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
distro/systemd/openvpn-client@.service.in
distro/systemd/openvpn-server@.service.in