readme: shorten yml comment

This commit is contained in:
Josh Lay 2024-06-19 08:01:43 -05:00
parent 7e04c5866b
commit 2bc2ab33cf
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -18,7 +18,7 @@ to know what programs to `exec`. Example:
---
autostarts:
pre: # *always* run, before/blocking others. ie: backup
weekend: [] # blocking tasks to run on weekends only, after 'pre'/before 'common'. ie: backup tier 2
weekend: [] # blocking Sat/Sun. after 'pre'/before 'common'. ie: backup tier 2
common: [] # things started every day, after 'pre' - non-blocking
work: [] # does not execute on weekends; only if within working day/hours
```