From 76d252c352be267849dc235360797da44ab53f96 Mon Sep 17 00:00:00 2001 From: Griffin Della Grotte Date: Sun, 31 Mar 2024 21:59:34 -0700 Subject: [PATCH] Update install_opi5.sh --- install_opi5.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_opi5.sh b/install_opi5.sh index 64a392c..1b40bff 100755 --- a/install_opi5.sh +++ b/install_opi5.sh @@ -50,6 +50,8 @@ sed -i '/^time_stamping.*/c\time_stamping software' /etc/linuxptp/ptp4 sed -i '/^step_threshold.*/c\step_threshold 0.000002' /etc/linuxptp/ptp4l.conf # Start and enable the service so it always runs systemctl enable ptp4l@eth0.service +# Disable timesync cause we're using PTP +systemctl disable systemd-timesyncd.service # Fix up phc2sys service # sed -i '/^Requires=.*/c\Requires=ptp4l@%I.service' /lib/systemd/system/phc2sys@.service