From e285f3c9322f55e11f6133548e4cf7a836d89144 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sat, 16 May 2026 11:02:19 +0200 Subject: [PATCH] The headscale service is enabled by default --- docs/setup/install/official.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/install/official.md b/docs/setup/install/official.md index a70422f8..52988836 100644 --- a/docs/setup/install/official.md +++ b/docs/setup/install/official.md @@ -31,10 +31,10 @@ distributions are Ubuntu 22.04 or newer, Debian 12 or newer. sudo nano /etc/headscale/config.yaml ``` -1. Enable and start the headscale service: +1. Restart headscale to pick up configuration changes: ```shell - sudo systemctl enable --now headscale + sudo systemctl restart headscale ``` 1. Verify that headscale is running as intended: