mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
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:
parent
56de53ee30
commit
1ba8dd4137
3
etc/systemd/system/snapd.refresh.service.d/override.conf
Normal file
3
etc/systemd/system/snapd.refresh.service.d/override.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[Unit]
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
Loading…
Reference in New Issue
Block a user