On 29/07/2025 20:00, Terrance via Openvpn-devel wrote:
From: Terrance <g...@terrance.allofti.me>
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.
This makes me wonder if it isn't the one passed to the start command
that's actually not what it was intended to be.
Cause using %I there would enable to put configs in subdirs. With %i
that's impossible, since it can't contain slashes.
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel