From 7b4690a71b68a9de10cded6c3ca96a54eae106f1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 8 Jun 2022 09:07:06 -0400 Subject: Add Maiden, Mother, Crone Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. --- txt/books.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'txt/books.txt') diff --git a/txt/books.txt b/txt/books.txt index 6b3e9694..2c424761 100644 --- a/txt/books.txt +++ b/txt/books.txt @@ -1,5 +1,6 @@ [ 2022 ] + 7. ★★☆ ed. Gwen Benaway, Maiden, Mother, Crone 6. ★★★ Andrea Stewart, The Bone Shard Daughter 5. ★☆☆ Madeline Miller, Circe 4. ★★★ Natalie Zina Walschots, Hench -- cgit 1.4.1 r'>master (deprecated) process supervisor
summary refs log tree commit diff
path: root/service.c (unfollow)
Commit message (Expand)Author
2020-08-15Fix resetting restart interval with explicit restartJune McEnroe
2020-08-15Add reset interval after which restart interval is resetJune McEnroe
2020-08-15Log when service name pattern doesn't matchJune McEnroe
2020-08-15Add FreeBSD rc scriptJune McEnroe
2020-08-15Call setproctitle with number of servicesJune McEnroe
2020-08-15Rename project to catsitJune McEnroe
2020-08-15Use only LOG_NOTICE and LOG_WARNINGJune McEnroe
2020-08-15Make log messages consistentJune McEnroe
2020-08-15Remove closelog callJune McEnroe
2020-08-15Implement service statusJune McEnroe
2020-08-15Parse control commandsJune McEnroe
2020-08-15Read service pipesJune McEnroe
2020-08-15Implement non-blocking line-buffered readingJune McEnroe
2020-08-15Generate tags fileJune McEnroe
2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe
2020-08-15Reap childrenJune McEnroe
2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe
2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe
2020-08-14Switch to timespec for timeoutsJune McEnroe
2020-08-14Implement serviceStartJune McEnroe
2020-08-14Flesh out Service structJune McEnroe
2020-08-14Build environment for servicesJune McEnroe
2020-08-14Implement spawntab parsingJune McEnroe
2020-08-14Open syslog, daemonize, write PIDJune McEnroe
2020-08-14Implement user and group lookupJune McEnroe
2020-08-14Add install targetJune McEnroe
2020-08-14Add spawnd skeletonJune McEnroe