From 194abe973449ad7267fba8ab606c56119065789b Mon Sep 17 00:00:00 2001 From: platorunner Date: Sat, 21 Feb 2026 13:30:54 +0000 Subject: [PATCH] Add systemd linger enable as best practice Enables OpenClaw gateway to run as user service without requiring active login session. --- do/SETUP.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/do/SETUP.md b/do/SETUP.md index f99f846..3e06187 100644 --- a/do/SETUP.md +++ b/do/SETUP.md @@ -49,6 +49,10 @@ ufw allow 80/tcp ufw allow 443/tcp ufw allow 18789/tcp ufw --force enable + +# Enable systemd lingering for openclaw user (required for user services) +# This allows OpenClaw gateway to run as user service without staying logged in +loginctl enable-linger openclaw ``` ### Step 3: Install Node.js v22