Commit edaa984
authored
fix(service): start drs-sensor after ptp4l to ensure time sync readiness (#147)
Add ptp4l.service to the After= directive of drs-sensor.service so the
sensor driver does not start before the PTP daemon is running. Without
this ordering, the Seyond LiDAR driver floods logs with PTP clock sync
errors ("failed to step clock: Invalid argument").1 parent 7343b75 commit edaa984
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments