GrandMaster config

This commit is contained in:
2026-09-07 00:13:37 +02:00
parent b79d98e348
commit 6d6750c7a2
6 changed files with 127 additions and 5 deletions

View File

@@ -0,0 +1,20 @@
# /etc/systemd/system/phc2sys-gm.service
[Unit]
Description=Synchronize eth0 PHC from GNSS-disciplined system clock
After=ptp4l-gm.service
Requires=ptp4l-gm.service
[Service]
Type=simple
ExecStart=/usr/sbin/phc2sys \
-s CLOCK_REALTIME \
-c eth0 \
-w \
--step_threshold=0.5 \
-m
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target