Use symlinks into git repos for /opt/sbin/*

This commit is contained in:
Darren 'Tadgy' Austin 2026-04-04 13:51:13 +00:00
commit 734c809238
8 changed files with 25 additions and 832 deletions

View file

@ -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
View file

@ -0,0 +1 @@
../../usr/src/random-scripts.git/cronjob-dehydrated