diff options
author | Julien Dessaux | 2021-08-04 18:02:42 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-08-04 18:02:42 +0200 |
commit | 8ba8a36c72ebd101ab8fc81b5f7552477a088fbd (patch) | |
tree | 98d04f7967701c31e10336d963d844b2065dd9d4 | |
parent | Added blkdiscard blog article (diff) | |
download | www-8ba8a36c72ebd101ab8fc81b5f7552477a088fbd.tar.gz www-8ba8a36c72ebd101ab8fc81b5f7552477a088fbd.tar.bz2 www-8ba8a36c72ebd101ab8fc81b5f7552477a088fbd.zip |
typo
-rw-r--r-- | content/docs/gentoo/wireguard.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` |