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,16 @@
# /etc/systemd/system/ptp4l-gm.service
[Unit]
Description=PTP Grandmaster on eth0
After=network-online.target chrony.service
Wants=network-online.target
Requires=chrony.service
[Service]
Type=simple
ExecStart=/usr/sbin/ptp4l -i eth0 -f /etc/linuxptp/ptp4l-gm.conf -m
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target