Use symlinks into git repos for /opt/sbin/*
This commit is contained in:
parent
b0266e1637
commit
734c809238
8 changed files with 25 additions and 832 deletions
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Run this job in the background.
|
||||
( # 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 ) &
|
||||
1
opt/sbin/cronjob-dehydrated
Symbolic link
1
opt/sbin/cronjob-dehydrated
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../usr/src/random-scripts.git/cronjob-dehydrated
|
||||
Loading…
Add table
Add a link
Reference in a new issue