5 lines
287 B
Plaintext
5 lines
287 B
Plaintext
# /etc/cron.d/haproxy-rds-allowed — обновление rds-allowed из ipdeny (RU) + static
|
|
SHELL=/bin/bash
|
|
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
|
0 1 * * * root /usr/local/bin/haproxy-rds-allowed-deploy.sh >> /var/log/haproxy-rds-allowed-deploy.log 2>&1
|