Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
[ansible] raman service fix (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiger00 authored Jun 1, 2022
1 parent e41d3e8 commit d8b011a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=MRover Jetson Raman Spectroscope

[Service]
User=root
ExecStart=socat pty,link=/dev/ttyACM0,waitslave tcp:10.1.0.2:8888
ExecStart=/usr/bin/socat pty,link=/dev/ttyACM0,waitslave tcp:10.1.0.2:8888
Restart=always

[Install]
Expand Down

0 comments on commit d8b011a

Please sign in to comment.