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
|
@ -36,6 +36,7 @@
|
|||
- 'network-control'
|
||||
'daemon': 'simple'
|
||||
'restart-condition': 'always'
|
||||
'restart-delay': '30s'
|
||||
'adguard-home-web':
|
||||
'command': 'adguard-home-web.sh'
|
||||
'plugs':
|
||||
|
|
Loading…
Reference in New Issue