ops: Tweak boot-time delays for all daemons

This commit is contained in:
wiz
2023-04-06 19:18:38 +09:00
parent eb9c7750c2
commit 9f375c47e9
5 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
# start on reboot
@reboot sleep 10 ; $HOME/start
@reboot sleep 90 ; $HOME/start
# daily backup
37 13 * * * sleep 30 ; /mempool/mempool.space/backup >/dev/null 2>&1 &