You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
This is more of a question than an issue, hope you don't mind.
I can start the lnd-explorer just fine from the command line using npm start directly from within the directory. But I'd like to run it on startup directly after LND. Everything is automated using systemd (see my RaspiBolt guide for details).
How can I start the application with a single command from outside the directory?
Can I pass the environment variables directly instead of setting them first?
Thanks in advance! :-)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is more of a question than an issue, hope you don't mind.
I can start the lnd-explorer just fine from the command line using
npm start
directly from within the directory. But I'd like to run it on startup directly after LND. Everything is automated usingsystemd
(see my RaspiBolt guide for details).Thanks in advance! :-)
The text was updated successfully, but these errors were encountered: