-
This commit is contained in:
7
cron.d/default
Normal file
7
cron.d/default
Normal file
@@ -0,0 +1,7 @@
|
||||
# shellcheck disable=SC2148
|
||||
# shellcheck disable=SC2035
|
||||
# shellcheck disable=SC2211
|
||||
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
* * * * * roots date
|
||||
10
cron.d/deploy
Normal file
10
cron.d/deploy
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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/default/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
|
||||
Reference in New Issue
Block a user