2015-08-21 18:27:40 +02:00
|
|
|
Systemd services. These are sorted by some kind of category into
|
|
|
|
subdirectories. The sudirectories won't exist in the real
|
2016-12-13 18:22:26 +01:00
|
|
|
`/etc/systemd/system` unless they end `.wants` or `.d` or something similar
|
2015-08-21 18:27:40 +02:00
|
|
|
and I forget to update this README file if that happens.
|
2015-08-21 18:06:11 +02:00
|
|
|
|
2023-02-21 16:54:39 +01:00
|
|
|
- reflector.service is copied from https://wiki.archlinux.org/index.php/Reflector
|
2023-02-21 18:33:31 +01:00
|
|
|
but uses https instead of http, because there is no reason I would want
|
|
|
|
someone to see what I download.
|
2015-08-25 13:13:44 +02:00
|
|
|
|
2015-08-21 18:27:40 +02:00
|
|
|
## Worth reading
|
2015-05-23 10:29:18 +02:00
|
|
|
|
2023-02-21 16:54:39 +01:00
|
|
|
- Waiting for network devices to have IP address (**I only use this for
|
2023-02-21 18:33:31 +01:00
|
|
|
cables**) https://wiki.freedesktop.org/www/Software/systemd/NetworkTarget/#cutthecraphowdoimakenetwork.targetworkforme
|
2023-12-25 16:03:14 +01:00
|
|
|
- `systemctl enable NetworkManager-wait-online.service`
|
|
|
|
- `systemctl enable systemd-networkd-wait-online.service`
|