aboutsummarylogtreecommitdiffstats
path: root/tailscale_install
diff options
context:
space:
mode:
authorDaniel Graña2023-12-12 22:51:10 -0300
committerDaniel Graña2023-12-12 22:51:10 -0300
commit202a3eaea410db90c5a5bb1a65c265d7c97b8144 (patch)
tree97db04e883f6e42973a879bab41311570a6b9b38 /tailscale_install
parent8bd72993b8a43fd220bc722862f4829acbdca49f (diff)
downloadaur-202a3eaea410db90c5a5bb1a65c265d7c97b8144.tar.gz
More doc clarifications
Diffstat (limited to 'tailscale_install')
-rw-r--r--tailscale_install6
1 files changed, 4 insertions, 2 deletions
diff --git a/tailscale_install b/tailscale_install
index fab3c7a24f82..870f78e802f7 100644
--- a/tailscale_install
+++ b/tailscale_install
@@ -48,11 +48,13 @@ help() {
* /etc/initcpio/tailscale/default.env to /etc/default/tailscaled
- It works with both, systemd and busybox init systems; but whatever you choose remember to also add a network and ssh server hook.
+ It works with both, systemd and busybox init systems; whatever you choose remember to also configure network and a ssh server.
For systemd inits, see 'sd-network' and 'sd-tinyssh' hooks provided by mkinitcpio-systemd-extras package.
- Run /usr/bin/setup-initcpio-tailscale to initialize the configuration files at /etc/initcpio/tailscale/.
+ Run /usr/bin/setup-initcpio-tailscale if you haven't already to initialize the configuration files at /etc/initcpio/tailscale/.
+
+ For more check https://github.com/dangra/mkinitcpio-tailscale
__EOF_HELP__
}