systemd: snapd.refresh.service override

It fails on laptops thanks to not being able to do DNS resolution thanks
to network connection not existing during boot.

Now it fails to `Download snap "ubuntu-core" (423) from channel "stable"
(cannot authenticate to snap store: Provided email/password is not
correct.)` which is process and appears to not be my issue.
This commit is contained in:
Aminda Suomalainen 2016-12-13 19:30:32 +02:00
parent 56de53ee30
commit 1ba8dd4137
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[Unit]
Requires=network-online.target
After=network-online.target