elaborate on systemd setup

This commit is contained in:
filifa 2024-08-08 00:30:55 -05:00
parent 318b048090
commit 5e2cabd8b7
1 changed files with 3 additions and 0 deletions

View File

@ -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.