16 lines
767 B
Markdown
Raw Normal View History

2015-08-21 19:27:40 +03:00
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 something similar
and I forget to update this README file if that happens.
2015-08-21 19:06:11 +03:00
2015-08-25 14:13:44 +03:00
* 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.
2015-08-21 19:27:40 +03:00
## 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