diff options
Diffstat (limited to 'content/docs/gentoo')
-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 ``` |