Closed eriksjolund closed 12 months ago
The command podman generate systemd is deprecated since this PR:
podman generate systemd
The command is currently being used here https://github.com/eriksjolund/podman-nginx-socket-activation/blob/aa6b2b145ae8e38506dca4168acc12a3412d78fb/socket-activation-nginx.sh#L10
Convert the example to use Quadlet instead. See https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html
FYI: in another project I used socket-activated nginx + rootless podman + quadlets: https://github.com/eriksjolund/nextcloud-podman
The command
podman generate systemd
is deprecated since this PR:The command is currently being used here https://github.com/eriksjolund/podman-nginx-socket-activation/blob/aa6b2b145ae8e38506dca4168acc12a3412d78fb/socket-activation-nginx.sh#L10
Convert the example to use Quadlet instead. See https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html