Skip to content

Commit

Permalink
Merge pull request #1136 from RVxLab/main
Browse files Browse the repository at this point in the history
docs: add section about starting services in the background
  • Loading branch information
domenkozar committed Apr 16, 2024
2 parents 01e01a3 + f60cce3 commit 7805484
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ Starting processes ...

Service states are persisted to directories in `$DEVENV_DOTFILE/state`. When you adjust options like the above used `initialScript`, you will have to delete the service's directory for changes to take effect on next `devenv up`.

## Services in the background

Services start in the foreground by default. If you want to start services up in the background, you can pass the `-d` flag:

```shell-session
$ devenv up -d
```

## Supported services

{%
Expand Down

0 comments on commit 7805484

Please sign in to comment.