docs: suggest 'service install' in onboard for reboot persistence

This commit is contained in:
redshift
2026-04-14 16:36:53 +01:00
parent ac149bd1f7
commit 003cde2f89
+3
View File
@@ -204,6 +204,9 @@ async function initDaemon(): Promise<void> {
logger.log(
"\n use 'routstrd wallet receive cashu <token>' 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<boolean> {