[Unit] Description=Podman pod-git.service Documentation=man:podman-generate-systemd(1) Wants=network.target After=network-online.target Requires=container-git-gitea.service Before=container-git-gitea.service OnFailure=status-mail@%n.service [Service] Environment=PODMAN_SYSTEMD_UNIT=%n Restart=on-failure TimeoutStopSec=70 ExecStartPre=/bin/rm -f %t/pod-git.pid %t/pod-git.pod-id ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/pod-git.pid --pod-id-file %t/pod-git.pod-id --name=git --network=none --replace ExecStart=/usr/bin/podman pod start --pod-id-file %t/pod-git.pod-id ExecStartPost=/usr/bin/sh -c 'podman inspect --format "{% raw %}{{ .State.Pid }}{% endraw %}" $(podman inspect --format "{% raw %}{{ .InfraContainerID }}{% endraw %}" git) > {{ services_containers_directory }}/pod-git/pidfile' ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/pod-git.pod-id -t 10 ExecStopPost=/usr/bin/podman pod rm --ignore -f --pod-id-file %t/pod-git.pod-id PIDFile=%t/pod-git.pid Type=forking [Install] WantedBy=multi-user.target default.target