Change example target to default in doc

Signed-off-by: Martin Jackson <martjack@redhat.com>
This commit is contained in:
Martin Jackson
2023-01-20 12:34:54 -06:00
parent 8252dcceb3
commit b29313811f

View File

@ -47,7 +47,7 @@ For example, to start a container on boot, add something like this to the file:
```
[Install]
WantedBy=multi-user.target
WantedBy=default.target
```
Currently, only the `Alias`, `WantedBy` and `RequiredBy` keys are supported.