6 lines
201 B
Bash
Executable File
6 lines
201 B
Bash
Executable File
#!/bin/bash
|
|
cd /data/ymq/ktv-synth-service
|
|
export PYTHONPATH=/data/ymq/ktv-synth-service
|
|
nohup /data/ymq/wan22-service/py3/bin/python ah.py > nohup.out 2>&1 &
|
|
echo "ktv-synth-service started, PID: $!"
|