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:
Alex Murray 2024-09-26 09:55:20 +09:30
parent e338214ad5
commit 33d3703f91
No known key found for this signature in database
GPG Key ID: F498D2D9DE7DAD9C
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
- 'network-control' - 'network-control'
'daemon': 'simple' 'daemon': 'simple'
'restart-condition': 'always' 'restart-condition': 'always'
'restart-delay': '30s'
'adguard-home-web': 'adguard-home-web':
'command': 'adguard-home-web.sh' 'command': 'adguard-home-web.sh'
'plugs': 'plugs':