readme: add missing inlined '[]' for 'pre'
This commit is contained in:
parent
968ea8a62d
commit
2d572e9fdb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Example with in-line comments:
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
autostarts:
|
autostarts:
|
||||||
pre: # *always* run, before/blocking others. ie: backup
|
pre: [] # *always* run, before/blocking others. ie: backup
|
||||||
weekend: [] # blocking Sat/Sun. 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
|
common: [] # things started every day, after 'pre' - non-blocking
|
||||||
work: [] # does not execute on weekends; only if within working day/hours
|
work: [] # does not execute on weekends; only if within working day/hours
|
||||||
|
|
Loading…
Reference in a new issue