Skip to content

Commit

Permalink
snap: set restart-delay to make service more reliable
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alexmurray committed Sep 26, 2024
1 parent e338214 commit 33d3703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snap/snap.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- 'network-control'
'daemon': 'simple'
'restart-condition': 'always'
'restart-delay': '30s'
'adguard-home-web':
'command': 'adguard-home-web.sh'
'plugs':
Expand Down

0 comments on commit 33d3703

Please sign in to comment.