From 8ba8a36c72ebd101ab8fc81b5f7552477a088fbd Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 4 Aug 2021 18:02:42 +0200 Subject: typo --- content/docs/gentoo/wireguard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/docs/gentoo/wireguard.md') diff --git a/content/docs/gentoo/wireguard.md b/content/docs/gentoo/wireguard.md index 10e3c4d..1b97df2 100644 --- a/content/docs/gentoo/wireguard.md +++ b/content/docs/gentoo/wireguard.md @@ -28,7 +28,7 @@ Your private key goes on the first line as argument to `wgkey`, the other keys a To activate the interface configuration, use : ```sh cd /etc/init.d -ln -s ln -s wg-quick wg-quick.wg0 +ln -s wg-quick wg-quick.wg0 rc-update add wg-quick.wg0 default /etc/init.d/wg-quick.wg0 start ``` -- cgit v1.2.3