From 5e2cabd8b713ecc7a2e38bacb6bdb5d335a2bbd9 Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 8 Aug 2024 00:30:55 -0500 Subject: [PATCH] elaborate on systemd setup --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6f64ed3..9ae1fb8 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,6 @@ Separate databases for plays and highlights will reduce delays due to locking. 6. Write some systemd services and timers to execute the shell scripts automatically on some interval. Set the working directory to the directory with the database. + * I have `mlbsaveplays.sh` running as a simple service, and all the other + scripts (games, highlights, `mlbpostplays.sh`) running as oneshot +services that execute on timers.