#!/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
