gseps_inference/inference_processor.service

12 lines
221 B
INI
Raw Normal View History

2023-08-31 09:32:31 +00:00
[Unit]
Description=inference processor
[Service]
ExecStart=/home/sdt/miniconda3/bin/python /home/sdt/Workspace/gseps/rabbitmq_test/inference.py
Restart=on-failure
2023-09-01 05:54:57 +00:00
Group=sdt
User=sdt
2023-08-31 09:32:31 +00:00
[Install]
WantedBy=multi-user.target