#!/bin/sh

cat >&2 <<EOF
*
* tailscaled runs as root by default. For security reasons, we highly
* recommend that you run it under an unprivileged user. See command_user
* in /etc/conf.d/tailscale for more information.
*
EOF

exit 0
