Skip to content

Commit 4ae8e38

Browse files
committed
Revert "docs: restore podman-systemd.unit.5"
This reverts commit cab3c6d. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 998c9d8 commit 4ae8e38

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.so man7/podman-quadlet.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.so man5/podman-systemd.unit.5
1+
.so man7/podman-quadlet.7

docs/source/markdown/podman-auto-update.1.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ sleep.service f8e4759798d4 (systemd-sleep) registry.fedoraproject.org/fedora:l
119119
```
120120

121121
## SEE ALSO
122-
**[podman(1)](podman.1.md)**, **[podman-generate-systemd(1)](podman-generate-systemd.1.md)**, **[podman-run(1)](podman-run.1.md)**, **[podman-systemd.unit(5)](podman-systemd.unit.5.md)**, **sd_notify(3)**, **[systemd.unit(5)](https://www.freedesktop.org/software/systemd/man/systemd.unit.html)**
122+
**[podman(1)](podman.1.md)**, **[podman-generate-systemd(1)](podman-generate-systemd.1.md)**, **[podman-run(1)](podman-run.1.md)**, **[podman-quadlet(7)](podman-quadlet.7.md)**, **sd_notify(3)**, **[systemd.unit(5)](https://www.freedesktop.org/software/systemd/man/systemd.unit.html)**

docs/source/markdown/podman-generate-systemd.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS
311311
bb310a0780ae docker.io/library/alpine:latest /bin/sh 3 minutes ago Created busy_moser
312312
```
313313
## SEE ALSO
314-
**[podman(1)](podman.1.md)**, **[podman-container(1)](podman-container.1.md)**, **systemctl(1)**, **systemd.unit(5)**, **systemd.service(5)**, **[conmon(8)](https://github.com/containers/conmon/blob/main/docs/conmon.8.md)**, **[podman-systemd.unit(5)](podman-systemd.unit.5.md)**
314+
**[podman(1)](podman.1.md)**, **[podman-container(1)](podman-container.1.md)**, **systemctl(1)**, **systemd.unit(5)**, **systemd.service(5)**, **[conmon(8)](https://github.com/containers/conmon/blob/main/docs/conmon.8.md)**, **[podman-quadlet(7)](podman-quadlet.7.md)**
315315

316316
## HISTORY
317317
April 2020, Updated details and added use case to use generated .service files as root and non-root, by Sujil Shah (sushah at redhat dot com)

docs/source/markdown/podman-systemd.unit.5.md renamed to docs/source/markdown/podman-quadlet.7.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
% podman-systemd.unit(5)
1+
% podman-quadlet(7)
22

33
# NAME
44

5-
podman-systemd.unit - High-level overview of Podman Quadlet integration with systemd
5+
podman\-quadlet - High-level overview of Podman Quadlet integration with systemd
66

77
# DESCRIPTION
88

9-
Quadlet is a systemd unit generator that enables declarative container management by defining
9+
Podman Quadlet is a systemd unit generator that enables declarative container management by defining
1010
Podman resources using specialized systemd unit files. It provides an interface between Podman and systemd,
1111
allowing users to manage containers, pods, volumes, images, and more through native systemd service units.
1212

@@ -99,6 +99,7 @@ has an option with the same name but a different meaning.
9999

100100
# SEE ALSO
101101

102+
[podman-quadlet(7)](https://docs.podman.io/en/latest/markdown/podman-quadlet.7.html),
102103
[podman-container.unit(5)](podman-container.unit.5.md),
103104
[podman-pod.unit(5)](podman-pod.unit.5.md),
104105
[podman-volume.unit(5)](podman-volume.unit.5.md),

docs/source/markdown/podmansh.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ _EOF
127127
```
128128

129129
## SEE ALSO
130-
**[containers.conf(5)](containers.conf.5.md)**, **[podman(1)](podman.1.md)**, **[podman-exec(1)](podman-exec.1.md)**, **[podman-systemd.unit(5)](podman-systemd.unit.5.md)**
130+
**[containers.conf(5)](containers.conf.5.md)**, **[podman(1)](podman.1.md)**, **[podman-exec(1)](podman-exec.1.md)**, **[podman-quadlet(7)](podman-quadlet.7.md)**
131131

132132
## HISTORY
133133
May 2023, Originally compiled by Dan Walsh <[email protected]>

hack/xref-quadlet-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ our @Docs = (
2727
"docs/source/markdown/podman-pod.unit.5.md",
2828
"docs/source/markdown/podman-volume.unit.5.md",
2929
"docs/source/markdown/podman-image.unit.5.md",
30-
"docs/source/markdown/podman-systemd.unit.5.md",
30+
"docs/source/markdown/podman-quadlet.7.md",
3131
);
3232

3333
# END user-customizable section

0 commit comments

Comments
 (0)