From 003cde2f89f4e5b4f688a8377fea46e006af5794 Mon Sep 17 00:00:00 2001 From: redshift <213178690+1ftredsh@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:36:53 +0100 Subject: [PATCH] docs: suggest 'service install' in onboard for reboot persistence --- src/cli.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cli.ts b/src/cli.ts index 629f98f..a61e5f7 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -204,6 +204,9 @@ async function initDaemon(): Promise { logger.log( "\n use 'routstrd wallet receive cashu ' or 'routstrd wallet receive bolt11 2100' to top up your local wallet!", ); + logger.log( + "\nTo ensure routstrd persists across system restarts, run: 'routstrd service install'", + ); } async function checkCocodInstalled(): Promise {