# /run/systemd/generator/candlepin.service # Automatically generated by /usr/lib/systemd/system-generators/podman-system-generator # [X-Container] ContainerName=candlepin HealthCmd=curl --fail --insecure https://localhost:23443/candlepin/status HostName=katello.test-it.ru Image=quay.io/foreman/candlepin:foreman-3.16 Network=host Notify=healthy Secret=candlepin-ca-cert,target=/etc/candlepin/certs/candlepin-ca.crt,mode=0440,type=mount Secret=candlepin-ca-key,target=/etc/candlepin/certs/candlepin-ca.key,mode=0440,type=mount Secret=candlepin-tomcat-keystore,target=/etc/candlepin/certs/keystore,mode=0440,type=mount Secret=candlepin-tomcat-truststore,target=/etc/candlepin/certs/truststore,mode=0440,type=mount Secret=candlepin-candlepin-conf,target=/etc/candlepin/candlepin.conf,mode=0440,type=mount Secret=candlepin-artemis-broker-xml,target=/etc/candlepin/broker.xml,mode=440,type=mount Secret=candlepin-tomcat-server-xml,target=/etc/tomcat/server.xml,mode=440,type=mount Secret=candlepin-tomcat-conf,target=/etc/tomcat/tomcat.conf,mode=440,type=mount Secret=candlepin-artemis-login-config,target=/etc/tomcat/login.config,mode=440,type=mount Secret=candlepin-artemis-cert-roles-properties,target=/etc/tomcat/cert-roles.properties,mode=440,type=mount Secret=candlepin-artemis-cert-users-properties,target=/etc/tomcat/cert-users.properties,mode=440,type=mount Secret=candlepin-artemis-jaas-conf,target=/etc/tomcat/conf.d/jaas.conf,mode=440,type=mount Volume=/var/log/candlepin:/var/log/candlepin:Z Volume=/var/log/tomcat:/var/log/tomcat:Z [Install] WantedBy=default.target [Service] TimeoutStartSec=300 Environment=PODMAN_SYSTEMD_UNIT=%n KillMode=mixed ExecStop=/usr/bin/podman rm -v -f -i --cidfile=%t/%N.cid ExecStopPost=-/usr/bin/podman rm -v -f -i --cidfile=%t/%N.cid Delegate=yes Type=notify NotifyAccess=all SyslogIdentifier=%N ExecStart=/usr/bin/podman run --name=candlepin --cidfile=%t/%N.cid --replace --rm --cgroups=split --network=host --sdnotify=conmon -d -v /var/log/candlepin:/var/log/candlepin:Z -v /var/log/tomcat:/var/log/tomcat:Z --secret candlepin-ca-cert,target=/etc/candlepin/certs/candlepin-ca.crt,mode=0440,type=mount --secret candlepin-ca-key,target=/etc/candlepin/certs/candlepin-ca.key,mode=0440,type=mount --secret candlepin-tomcat-keystore,target=/etc/candlepin/certs/keystore,mode=0440,type=mount --secret candlepin-tomcat-truststore,target=/etc/candlepin/certs/truststore,mode=0440,type=mount --secret candlepin-candlepin-conf,target=/etc/candlepin/candlepin.conf,mode=0440,type=mount --secret candlepin-artemis-broker-xml,target=/etc/candlepin/broker.xml,mode=440,type=mount --secret candlepin-tomcat-server-xml,target=/etc/tomcat/server.xml,mode=440,type=mount --secret candlepin-tomcat-conf,target=/etc/tomcat/tomcat.conf,mode=440,type=mount --secret candlepin-artemis-login-config,target=/etc/tomcat/login.config,mode=440,type=mount --secret candlepin-artemis-cert-roles-properties,target=/etc/tomcat/cert-roles.properties,mode=440,type=mount --secret candlepin-artemis-cert-users-properties,target=/etc/tomcat/cert-users.properties,mode=440,type=mount --secret candlepin-artemis-jaas-conf,target=/etc/tomcat/conf.d/jaas.conf,mode=440,type=mount --health-cmd "curl --fail --insecure https://localhost:23443/candlepin/status" --hostname katello.test-it.ru quay.io/foreman/candlepin:foreman-3.16 [Unit] SourcePath=/etc/containers/systemd/candlepin.container RequiresMountsFor=%t/containers RequiresMountsFor=/var/log/candlepin RequiresMountsFor=/var/log/tomcat