readme: shorten yml comment
This commit is contained in:
parent
7e04c5866b
commit
2bc2ab33cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue