container-fetchmail.service

This unit is provided by:

Options

  • [Install]
  • [Service]
    • Environment=PODMAN_SYSTEMD_UNIT=%n
    • EnvironmentFile=/usr/etc/default/container-fetchmail -/etc/default/container-fetchmail
    • ExecStart=/usr/bin/podman run --conmon-pidfile %t/%n.pid --cidfile %t/%n.ctr-id --cgroups=no-conmon --sdnotify=conmon --replace -d --rm $PODMAN_EXTRA_ARGS -v ${FETCHMAILRC}:/etc/fetchmailrc:ro -e POLLING_INTERVAL=${POLLING_INTERVAL} -e FETCHALL=${FETCHALL} -e SILENT=${SILENT} -e SMTP_HOSTS=${SMTP_HOSTS} -e DEBUG=${DEBUG} -e TZ=${TZ} --name fetchmail ${FETCHMAIL_IMAGE_PATH}
    • ExecStartPre=/bin/rm -f %t/%n.pid %t/%n.ctr-id -/usr/bin/podman pull ${FETCHMAIL_IMAGE_PATH}
    • ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%n.ctr-id -t 10
    • ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%n.ctr-id
    • NotifyAccess=all
    • Restart=on-failure
    • RestartSec=1s
    • TimeoutStopSec
      Introduced in systemd 188
      =70
    • Type=notify
  • [Unit]

Additionnal notes

Nothing here.