linuxptp: Add systemd instance specifier for ptp4l dependency

Add the instance specifier to the ptp4l dependency for the phc2sys
service, so the corresponding service is automatically started
correctly. This fixes the following error messages, when starting the
phc2sys@... service:

    Failed to restart phc2sys@eth0.service: Unit ptp4l.service not found.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Schwan 2025-07-30 10:35:31 +02:00 committed by Khem Raj
parent ffda36150c
commit 31f0b9d3d5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,8 +1,8 @@
[Unit]
Description=Synchronize system clock or PTP hardware clock (PHC)
Documentation=man:phc2sys
Requires=ptp4l.service
After=ptp4l.service
Requires=ptp4l@%i.service
After=ptp4l@%i.service
Before=time-sync.target
[Service]