readme/autostarts: fix missing indent
This commit is contained in:
parent
fb39c98e17
commit
51c59620cd
1 changed files with 4 additions and 4 deletions
|
@ -32,10 +32,10 @@ Config example with in-line comments:
|
|||
```yaml
|
||||
---
|
||||
autostarts:
|
||||
pre: [] # *always* run, before/blocking others. ie: backup
|
||||
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
|
||||
pre: [] # *always* run, before/blocking others. ie: backup
|
||||
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
|
||||
```
|
||||
|
||||
Touch `~/.vacation` to skip `work` autostarts; `rm` when work may continue :)
|
||||
|
|
Loading…
Reference in a new issue