Initial commit of configuration for core.
This commit is contained in:
parent
8e36b0cb0f
commit
65362a2ccb
48 changed files with 3138 additions and 0 deletions
6
opt/sbin/cronjob-dehydrated
Executable file
6
opt/sbin/cronjob-dehydrated
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Delay the run for 15 hours (from midnight) and then run at a random time within 3 hours after that.
|
||||
sleep $(( 54000 + (RANDOM % 10800) ))
|
||||
|
||||
/opt/sbin/dehydrated -c >/dev/null
|
||||
Loading…
Add table
Add a link
Reference in a new issue