10 lines
202 B
INI
10 lines
202 B
INI
|
[Unit]
|
||
|
Description=inference processor
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/sdt/miniconda3/bin/python /home/sdt/Workspace/gseps/rabbitmq_test/inference.py
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|