feat: 更新服务执行脚本路径
parent
386f05bd76
commit
f2351a2bb5
|
@ -5,7 +5,7 @@ After=multi-user.target
|
||||||
[Service]
|
[Service]
|
||||||
User=autolabor
|
User=autolabor
|
||||||
WorkingDirectory=/home/autolabor
|
WorkingDirectory=/home/autolabor
|
||||||
ExecStart=/home/autolabor/app/Autolabor.Benz.ObstacleDetection/detection.sh
|
ExecStart=/home/autolabor/app/benz-obstacle-detection/detection.sh
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue