https://bugzilla.redhat.com/show_bug.cgi?id=1366355 Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|nobody@xxxxxxxxxxxxxxxxx |zbyszek@xxxxxxxxx Flags| |fedora-review? --- Comment #6 from Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> --- /usr/sbin/acme_tiny has '#!/usr/bin/env python', it should use system python, i.e. %{__python2}. It cannot work with python3, cert-check has old exception syntax. Systemd units would be: # acme-tiny.timer [Unit] Description=Periodic renewal of Let's Encrypt certificates [Timer] OnCalendar=daily Persistent=yes [Install] WantedBy=timers.target # acme-tiny.service [Unit] Description=Renewal of Let's Encrypt certificates [Service] Type=oneshot User=acme ExecStart=/usr/libexec/acme-tiny/sign PrivateTmp=true ProtectHome=yes ProtectSystem=full [Install] Also=acme-tiny.timer -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx