add certbot

This commit is contained in:
2026-02-06 20:17:16 -05:00
parent d089c981c8
commit 70718f209b
4 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Runs certbot renew
After=syslog.target network.target auditd.service
Wants=network-online.target
[Service]
ExecStart=/usr/bin/command -with -arguments
[Install]
WantedBy=multi-user.target