mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
8 lines
168 B
Desktop File
8 lines
168 B
Desktop File
[Unit]
|
|
Description=Let's Encrypt renewal
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/certbot renew --quiet --agree-tos
|
|
ExecStartPost=/bin/systemctl reload nginx.service
|