mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-07 09:49:21 +01:00
Mikaela Suomalainen
1ba8dd4137
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. |
||
---|---|---|
.. | ||
dnscrypt | ||
ipv6 | ||
irc | ||
miredo.service.d | ||
oidentd.socket.d | ||
sailfish | ||
snapd.refresh.service.d | ||
ydns6 | ||
README.md | ||
reflector.service |
Systemd services. These are sorted by some kind of category into
subdirectories. The sudirectories won’t exist in the real
/etc/systemd/system
unless they end .wants
or
.d
or something similar and I forget to update this README
file if that happens.
- reflector.service is copied from https://wiki.archlinux.org/index.php/Reflector but uses https instead of http, because there is no reason I would want someone to see what I download.
Worth reading
- Waiting for network devices to have IP address (I only use
this for cables)
https://wiki.freedesktop.org/www/Software/systemd/NetworkTarget/#cutthecraphowdoimakenetwork.targetworkforme
- systemctl enable NetworkManager-wait-online.service
- systemctl enable systemd-networkd-wait-online.service