mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-20 01:59:22 +01:00
Mikaela Suomalainen
5704353d55
It used to stop working randomly without a good reason, but that is likely fixed upstream a long time ago and while I removed it from cron, these units exist so should the issue recur, I can throw these back in. The cron wasn't randomized though, but I don't think there is harm in this being a bit random. |
||
---|---|---|
.. | ||
bluetooth.service.d | ||
chrony.service.d | ||
i2pd.service.d | ||
ipv6 | ||
oidentd.socket.d | ||
sailfish | ||
snapd.refresh.service.d | ||
systemd-resolved.service.d | ||
tor.service.d | ||
ydns6 | ||
yggdrasil.service.d | ||
etherpad-lite.service | ||
gitea-restart.service | ||
gitea-restart.timer | ||
i2pd.service | ||
limnoria.service | ||
matterbridge-cleanup.service | ||
matterbridge-cleanup.timer | ||
matterbridge-restart.service | ||
matterbridge-restart.timer | ||
matterbridge.service | ||
README.md | ||
reflector.service | ||
syncplay-server.service | ||
tor-client.service | ||
tor-onehoponion.service | ||
zeronet.service | ||
znc.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