4 lines
91 B
Bash
4 lines
91 B
Bash
source ./venv/bin/activate
|
|
ulimit -n 10240
|
|
nohup python mail_scheduler.py >logs.txt 2>&1 &
|