diff --git a/__pycache__/tool.cpython-310.pyc b/__pycache__/tool.cpython-310.pyc index 1b7110f..f7a1fa9 100644 Binary files a/__pycache__/tool.cpython-310.pyc and b/__pycache__/tool.cpython-310.pyc differ diff --git a/conf/test2.conf b/conf/test2.conf new file mode 100644 index 0000000..0157480 --- /dev/null +++ b/conf/test2.conf @@ -0,0 +1,13 @@ +[program:test2] +directory=/home/lihai/PycharmProjects/pythonProject/lot_manager +command=/home/lihai/anaconda3/envs/chatchat/bin/python test.py +user=lihai +;是否随开机自启 或者reload自启动 +autostart=false +;失败重启 +autorestart=true +;重启次数 +restart_times=3 +redirect_stderr=true +stopsignal=TERM +stopasgroup=True