-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(forknet): Move neard_runner.py to systemd (#12165)
Created neard-runner.service that will manage the lifecycle of neard_runner.py. This will increase the reliability by restarting the process when it crashes and managing logs. To migrate an existing mocknet to the new service: ``` mirror run-cmd --cmd "pkill -f neard_runner" mirror restart-neard-runner --upload-program ``` The logs for the new services can be queried by: ``` # old logs journalctl -ru neard-runner # follow logs journalctl -fu neard-runner ```
- Loading branch information
1 parent
2b69e64
commit 359564c
Showing
1 changed file
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters