AdguardTeam / AdguardTeam/AdGuardHome
More reliable restart for systemd
- Vorherrschende Sprache
- TypeScript
- Sterne
- 36.9k
- Forks
- 2.5k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Prerequisites
- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer
- [X] I have searched other issues and found no duplicates
- [X] I want to request a feature or enhancement and not ask a question
### The problem
Same here - #4309 Closed.
Systemd too many restarts with failures.
### Proposed solution
`sudo systemctl edit snap.adguard-home.adguard-home.servic`
```
[Service]
RestartSec=30
```
And problem solved.
Should be more reliable value than default (100ms) for network reliable service, don't it?
### Alternatives considered and additional information
_No response_
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.