6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
/d/f5tts/bin/killname /data/f5tts/app/f5tts.py
|
|
/d/f5tts/py3/bin/python /data/f5tts/app/f5tts.py -w /data/f5tts > /data/f5tts/logs/stderr.log 2>&1 &
|
|
exit 0
|