Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: verbose logging service file failure (#1858)
When the verbose flag is not enabled, verbose-logging.sh exits immediately, but the service file was set to restart causing it to restart over and over again. After several rapid restarts, systemd marks the service as failed to prevent a restart loop. <img width="1308" alt="Pasted Graphic 6" src="https://github.com/user-attachments/assets/e255a6ac-745e-425c-94c6-3b47a4a75c7a"> This changes the service to only restart on failure
- Loading branch information