docs/config
Kenneth Fortner a1661fd876 Update systemd.md
Systemctl requires different escape characters than a URL does so a proxy var with special URL characters needs to have them escaped with the hex equivalent and the systemctl escapes.

A backslash in domain\user becomes domain%5Cuser but this breaks systemctl because of the % sign.

If you need to use systemctl with a url and special chars is domain%%5Cuser (Notice the DOUBLE %).

[Service]
Environment="HTTP_PROXY=http://domain%%5Cuser:complex%%23pass@proxy.example.com:8080/"
2022-11-27 20:44:36 -06:00
..
containers doc refresh: Linux postinstall instructions (#15969) 2022-10-26 09:08:21 +00:00
daemon Update systemd.md 2022-11-27 20:44:36 -06:00
formatting.md Add missing code-hints, and minor markdown edits 2021-08-16 12:59:23 +02:00
labels-custom-metadata.md Better wording for label unique constraints (#14836) 2022-05-30 16:53:36 +01:00
pruning.md config: use "console" for shell examples 2021-08-06 17:20:05 +02:00