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.