OXIESEC PANEL
- Current Dir:
/
/
etc
/
cron.d
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
.placeholder
102 bytes
11/16/2017 05:29:19 AM
rw-r--r--
📄
certbot
775 bytes
02/10/2019 12:39:59 AM
rw-r--r--
📄
mdadm
589 bytes
01/30/2019 02:51:36 PM
rw-r--r--
📄
php
712 bytes
01/17/2018 11:50:00 PM
rw-r--r--
📄
popularity-contest
190 bytes
10/21/2019 03:49:52 PM
rw-r--r--
Editing: certbot
Close
# /etc/cron.d/certbot: crontab entries for the certbot package # # Upstream recommends attempting renewal twice a day # # Eventually, this will be an opportunity to validate certificates # haven't been revoked, etc. Renewal will only occur if expiration # is within 30 days. # # Important Note! This cronjob will NOT be executed if you are # running systemd as your init system. If you are running systemd, # the cronjob.timer function takes precedence over this cronjob. For # more details, see the systemd.timer manpage, or use systemctl show # certbot.timer. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew