11 lines
391 B
Plaintext
11 lines
391 B
Plaintext
# shellcheck disable=SC2148
|
|
# shellcheck disable=SC2035
|
|
# shellcheck disable=SC2211
|
|
# shellcheck disable=SC1091
|
|
|
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
|
|
*/3 * * * * roots bash /apps/gitrce/deploy/release/t20251123/start.sh >>/apps/data/logs/deploy-start.log 2>&1
|
|
|
|
*/3 * * * * roots bash /apps/gitrce/netflow/iptables.sh >>/apps/data/logs/netflow-iptables.log 2>&1
|