Skip to content

Commit

Permalink
restart snapd after configuring proxy
Browse files Browse the repository at this point in the history
removes the need to restart from preRunCommands
  • Loading branch information
eaudetcobello committed Aug 7, 2024
1 parent fcbc441 commit 95f1c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/cloudinit/scripts/00-configure-snapstore-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ while ! snap set core proxy.store="${3}" ; do
echo "Failed to configure snapd with store ID, will retry"
sleep 5
done

systemctl restart snapd

0 comments on commit 95f1c8e

Please sign in to comment.