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,13 @@
# /etc/systemd/system/ptp_nic_coalesce.service
[Unit]
Description=NIC coalesce minimize
Requires=network.target
After=network.target
[Service]
ExecStart=/usr/sbin/ethtool -C eth0 tx-usecs 4 rx-usecs 4
Type=oneshot
[Install]
WantedBy=multi-user.target