mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
Mikaela Suomalainen
56de53ee30
Only oidentd.socket and miredo.service were copied instead of being units that exist in the system and they don't need to do anything else than fix the issue I have with the stock units. * oidentd.socket is IPv6-only on my systems unless is BindIPv6Only=both. because of net.ipv6.bindv6only=1 * miredo.service is here because it starts before there is network connection (network-online.target) and there is never network connection with laptops before they are connected to WLAN even if NetworkManager might be up seeking/connecting to network.
16 lines
775 B
Markdown
16 lines
775 B
Markdown
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
|