Files
appointment_tool/start_scheduler.sh
T
2022-09-26 17:30:29 +02:00

4 lines
91 B
Bash

source ./venv/bin/activate
ulimit -n 10240
nohup python mail_scheduler.py >logs.txt 2>&1 &