mirror of
https://github.com/laurivosandi/certidude
synced 2024-11-01 11:06:25 +00:00
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
|
cat << EOF > /etc/crontabs/root
|
||
|
15 1 * * * sleep 70 && touch /etc/banner && reboot
|
||
|
10 1 1 */2 * /usr/bin/certidude-enroll-renew
|
||
|
EOF
|
||
|
|
||
|
chmod 0600 /etc/crontabs/root
|
||
|
|
||
|
/etc/init.d/cron enable
|
||
|
|