Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/source/markdown/podman-quadlet-basic-usage.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For rootful use:
sudo cp hello.container /etc/containers/systemd/
```

## Step 3: Reload and enable the service
## Step 3: Reload and start the service

For rootless use:
```bash
Expand All @@ -53,9 +53,13 @@ systemctl --user start hello.service
For rootful use:
```bash
sudo systemctl daemon-reload
sudo systemctl enable --now hello.service
sudo systemctl start hello.service
```

Note quadlet services cannot be enabled as they are a generated systemd unit,
see [podman-systemd.unit(5)](podman-systemd.unit.5.md#enabling-unit-files) for more information.


## Expected Output:

For rootless, check logs using:
Expand Down