6 lines
No EOL
97 B
Bash
Executable file
6 lines
No EOL
97 B
Bash
Executable file
#!/bin/zsh
|
|
APP_NAME=crons \
|
|
PG_MINCONN=2 \
|
|
PG_MAXCONN=10 \
|
|
PG_POOL=false \
|
|
python app_crons.py $@ |