change from systemd to cron
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=Renew certificates with certbot
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/bash /opt/certbot.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=certbot.target
|
@ -1,5 +0,0 @@
|
||||
[Unit]
|
||||
Description=Script based certificate renewal via certbot
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=Periodic certificate renewal
|
||||
|
||||
[Timer]
|
||||
OnBootSec=10min
|
||||
OnCalendar=Sun *-*-* 00:00:00
|
||||
Unit=certbot.target
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user