mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 00:16:38 +02:00
Script from Gentoo's wireguard-tools package. To use, symlink the script to wg-quick.$interface.
10 lines
264 B
Bash
10 lines
264 B
Bash
#!/bin/sh
|
|
|
|
cat 1>&2 <<EOF
|
|
*
|
|
* To use the WireGuard OpenRC script, you need to create a symbolic link to it with the configuration name:
|
|
* ln -s /etc/init.d/wg-quick /etc/init.d/wg-quick.wg0
|
|
* And then call it instead:
|
|
* rc-service wg-quick.wg0 start
|
|
*
|
|
EOF
|