wowana.me
website source
commit 438e20582b2edb08dbfb474788a4b62a56f649df parent adb5743b99b8e65e236bbdaa915616403d4b0f4a Author: opal hart <opal@wowana.me> Date: Wed, 14 Apr 2021 00:53:04 +0000 pages/software.md: cron/ntp/execline Diffstat:
M | src/pages/software.md | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/pages/software.md b/src/pages/software.md @@ -73,6 +73,13 @@ channels for the software listed. </ul> </dd> +<dt><a href="https://skarnet.org/software/execline/">execline</a></dt> +<dd><ul> + <li>upstream: <a href="git://git.skarnet.org/execline">git</a></li> +</ul> +<p>I use <code>execlineb</code> for service run scripts, cron jobs, and other trivial miscellaneous scripts.</p> +</dd> + <dt><a href="https://hledger.org/">hledger</a></dt> <dd><ul> <li>ML: <a href="mailto:hledger@googlegroups.com">hledger@googlegroups.com</a> [<a href="http://list.hledger.org/">info</a>]</li> @@ -268,6 +275,12 @@ hopefully add the replacement tools to the lists above. ultimately I want to remove syslog from the equation entirely, but some software seems to support *only* logging to syslog, so it will be a while before I can reach this ideal situation. +* **cron**: I want to switch away from conventional cronds such as + [cronie][], opting either for [uschedule][] or, if uschedule does not + fit my needs, writing my own daemon. +* **clocksetting**: I use [OpenNTPD][] for client-server and [chrony][] + on client-only devices. I would like to experiment with replacing + them with the time management utilities found in [s6-networking][]. [transmission]: <https://transmissionbt.com/> [btpd]: <https://github.com/btpd/btpd> @@ -285,3 +298,8 @@ hopefully add the replacement tools to the lists above. [rsyslog]: <https://www.rsyslog.com/> [ucspilogd]: <https://skarnet.org/software/s6/ucspilogd.html> [socklog]: <http://smarden.org/socklog/> +[cronie]: <https://github.com/cronie-crond/cronie/> +[uschedule]: <https://www.ohse.de/uwe/uschedule.html> +[OpenNTPD]: <https://openntpd.org/> +[chrony]: <https://chrony.tuxfamily.org/> +[s6-networking]: <https://skarnet.org/software/s6-networking/>