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 {