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
+3
View File
@@ -0,0 +1,3 @@
[yadisk]
type = yandex
token = {"access_token":"","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
+1 -1
View File
@@ -24,7 +24,7 @@ done
cp /opt/crontab.txt /etc/crontabs/root
# Запускаем crond в фоне
crond -b
crond -f &
echo "=== Init завершён, контейнер работает ==="