Merge pull request #17178 from mhjacks/main

[CI:DOCS] Change example target to default in doc
This commit is contained in:
OpenShift Merge Robot
2023-01-23 04:13:03 -05:00
committed by GitHub

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.