Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please daemonize derod and cli wallet and/or provide Docker Containers #97

Open
ei8ht187 opened this issue Sep 9, 2022 · 1 comment

Comments

@ei8ht187
Copy link

ei8ht187 commented Sep 9, 2022

it is not a good practice to let daemons run in screen. Therefore please add the ability to launch derod and wallet rpc as daemons in the background.
In the same step Docker Containers can be provided for this services.

@RafisKh
Copy link

RafisKh commented Jan 9, 2023

In linux, you can use the screen command.

start:
screen -S dero -dm ./derod-linux-amd64

to attach:
screen -dr dero

man screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants