certbot-angie/etc/systemd/system/certbot.service

10 lines
251 B
SYSTEMD
Raw Permalink Normal View History

2024-06-12 03:22:03 +03:00
[Unit]
Description=Certbot
Documentation=file:///usr/share/doc/python-certbot-doc/html/index.html
Documentation=https://certbot.eff.org/docs
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/certbot -q renew --no-random-sleep-on-renew
PrivateTmp=true