Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OPS-1402] Add systemd unit restart policy
Problem: By default, systemd services generated from the NixOS system configuration don't attempt to restart on failure since Restart=no. However, in some cases, running processes can fail for unclear reasons, and the simplest way to bring the failed service back to life is to restart it. Instead, currently, the service will fail and trigger an alert without attempting to restart. Solution: Add default values for startLimitBurst, startLimitIntervalSec, Restart, and RestartSec.
- Loading branch information