mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_configs: fix the quadlet readme
Several "podman" command should have been "systemctl" from the start.
This commit is contained in:
@@ -31,13 +31,13 @@ Starting `lldap.service` will start all the other services, but stopping it will
|
|||||||
- At this point, you should be able to start the container.
|
- At this point, you should be able to start the container.
|
||||||
- Test this with:
|
- Test this with:
|
||||||
```bash
|
```bash
|
||||||
$ podman --user daemon-reload
|
$ systemctl --user daemon-reload
|
||||||
$ podman --user start lldap
|
$ systemctl --user start lldap
|
||||||
$ podman --user status lldap
|
$ systemctl --user status lldap
|
||||||
```
|
```
|
||||||
- Assuming it launched correctly, you should now stop it again.
|
- Assuming it launched correctly, you should now stop it again.
|
||||||
```bash
|
```bash
|
||||||
$ podman --user stop lldap
|
$ systemctl --user stop lldap
|
||||||
```
|
```
|
||||||
- Make any adjustments you feel are necessary to the network files.
|
- Make any adjustments you feel are necessary to the network files.
|
||||||
- Now all that's left to do is the [bootstrapping process](../bootstrap/bootstrap.md#docker-compose):
|
- Now all that's left to do is the [bootstrapping process](../bootstrap/bootstrap.md#docker-compose):
|
||||||
@@ -45,8 +45,8 @@ Starting `lldap.service` will start all the other services, but stopping it will
|
|||||||
- Toward the end of the container section, uncomment the lines in `lldap.container` regarding the bootstrap process.
|
- Toward the end of the container section, uncomment the lines in `lldap.container` regarding the bootstrap process.
|
||||||
- Start the container:
|
- Start the container:
|
||||||
```bash
|
```bash
|
||||||
$ podman --user daemon-reload
|
$ systemctl --user daemon-reload
|
||||||
$ podman --user start lldap
|
$ systemctl --user start lldap
|
||||||
```
|
```
|
||||||
- Attach a terminal to the container, and run `bootstrap.sh`:
|
- Attach a terminal to the container, and run `bootstrap.sh`:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user