mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-01-31 10:03:35 +03:00
snap: set restart-delay to make service more reliable
This makes the service more reliable to start at boot on slower devices where it takes longer for networking to properly come up. Should help fix issues like #6983 Signed-off-by: Alex Murray <alex.murray@canonical.com>
This commit is contained in:
parent
e338214ad5
commit
33d3703f91
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
- 'network-control'
|
||||
'daemon': 'simple'
|
||||
'restart-condition': 'always'
|
||||
'restart-delay': '30s'
|
||||
'adguard-home-web':
|
||||
'command': 'adguard-home-web.sh'
|
||||
'plugs':
|
||||
|
|
Loading…
Add table
Reference in a new issue