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

How to autostart? #100

Open
Impa10r opened this issue Jun 28, 2023 · 1 comment
Open

How to autostart? #100

Impa10r opened this issue Jun 28, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Impa10r
Copy link

Impa10r commented Jun 28, 2023

Should I just create ,service in /etc/systemd/system/ for each jet service separately? What do worker and daddy do?

@itsneski
Copy link
Owner

daddy is a watchdog service that is responsible for keeping all other services alive: rebalancer, worker, logger, and telegram. daddy has a small codebase, to minimize the possibility of a crash; the idea is that daddy will keep on running until stopped. all other services have a more complex codebase, with a higher probability of a crash.

subsequently, you just need to add daddy service to the /etc/systemd/system.

@itsneski itsneski added the documentation Improvements or additions to documentation label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants