12 lines
319 B
Desktop File
12 lines
319 B
Desktop File
[Unit]
|
|
Description=Predict latest sample and send message
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
[Service]
|
|
Type=oneshot
|
|
User=edgekit
|
|
ExecStart=/home/edgekit/anaconda3/envs/p310_FS_TF/bin/python /home/edgekit/MSY_FS/fahrsimulator_msy2526_ai/predict_pipeline/predict_sample.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|