From da647f4b9c2bf0a40dce5d28e9243336f0be712c Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 21 May 2024 13:03:59 +0200 Subject: [PATCH] Update ReadMe regarding Daily Reboot --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 315af4bf..7bd25a9c 100644 --- a/README.md +++ b/README.md @@ -565,6 +565,13 @@ The update script will ... - update all files in `~/tpotce` to be in sync with the T-Pot master branch - restore your custom `ews.cfg` from `~/tpotce/data/ews/conf` and the T-Pot configuration (`~/tpotce/.env`). +## Daily Reboot +By default T-Pot will add a daily reboot including some cleaning up. You can adjust this line with `sudo crontab -e` +``` +#Ansible: T-Pot Daily Reboot +42 2 * * * bash -c 'systemctl stop tpot.service && docker container prune -f; docker image prune -f; docker volume prune -f; /usr/sbin/shutdown -r +1 "T-Pot Daily Reboot"' +``` + ## Known Issues The following issues are known, simply follow the described steps to solve them.