Skip to content

Commit

Permalink
Corrected the documentation URL error
Browse files Browse the repository at this point in the history
Prior to this commit, the systemd service contained error:
/lib/systemd/system/[email protected]:3: Invalid URL, ignoring: wg_namespace_cli(8)
  • Loading branch information
VTimofeenko committed Sep 19, 2021
1 parent 2c1a12a commit ec9d457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Documentation=man:wg(8)
Documentation=wg_namespace_cli(8)
Documentation=man:wg_namespace_cli(8)
Description=WireGuard isolated network namespace (%i)
Wants=network-online.target nss-lookup.target
After=network-online.target nss-lookup.target
Expand Down

0 comments on commit ec9d457

Please sign in to comment.