Skip to content

Commit 7b30d9c

Browse files
authored
docs: further tweaks
Signed-off-by: Salim B <[email protected]>
1 parent d1c2afc commit 7b30d9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/markdown/podman-systemd.unit.5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ required images or increase the service's startup timeout using the *TimeoutStar
9191
that *TimeoutStartSec* cannot be used with units that specify `Type=oneshot` (their startup timeout is disabled by
9292
default). For further details on *TimeoutStartSec*, see `systemd.service(5)`.
9393

94-
Adding the following snippet to a Quadlet file extends the systemd timeout to 15 minutes.
94+
Adding the following snippet to a Quadlet file extends the startup timeout to 15 minutes.
9595

9696
```
9797
[Service]
@@ -2372,7 +2372,7 @@ Image=quay.io/example/my-app:latest
23722372
Mount=type=artifact,source=my-artifact.artifact,destination=/etc/config
23732373
```
23742374

2375-
Example for Container in a Pod:
2375+
Example for a container in a Pod:
23762376

23772377
`test.pod`
23782378
```
@@ -2388,7 +2388,7 @@ Exec=sh -c "sleep inf"
23882388
Pod=test.pod
23892389
```
23902390

2391-
Example for a Pod with a oneshot Startup Task:
2391+
Example for a Pod with a one-shot startup task:
23922392

23932393
`test.pod`
23942394
```

0 commit comments

Comments
 (0)