configs for a boundary clock

This commit is contained in:
2026-09-07 00:24:05 +02:00
parent 5b3525059d
commit 1857de378c
4 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# /etc/systemd/system/phc2sys-boundary.service
[Unit]
Description=Synchronize PTP Boundary Clock PHCs
After=ptp4l-boundary.service
Requires=ptp4l-boundary.service
[Service]
Type=simple
ExecStart=/usr/sbin/phc2sys -a -r -m
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target