OBS-URL: https://build.opensuse.org/request/show/635528 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/certbot-systemd-timer?expand=0&rev=1
9 lines
228 B
Desktop File
9 lines
228 B
Desktop File
[Unit]
|
|
Description=This service automatically renews any certbot certificates found
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/certbot
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/certbot renew $PRE_HOOK $POST_HOOK $RENEW_HOOK $CERTBOT_ARGS
|
|
|