GrandMaster config
This commit is contained in:
16
RPi5_configs/ptp4l-gm.service
Normal file
16
RPi5_configs/ptp4l-gm.service
Normal 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
|
||||
Reference in New Issue
Block a user