fix(certbot): crond -f instead of -b; add rclone.conf

This commit is contained in:
Gaziz Valitov
2026-06-12 12:33:02 +05:00
parent 3688abb259
commit ef84eb9a9d
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ done
cp /opt/crontab.txt /etc/crontabs/root
# Запускаем crond в фоне
crond -b
crond -f &
echo "=== Init завершён, контейнер работает ==="