summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in b/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in
index f66dd2d010..7d1d975ea3 100644
--- a/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in
+++ b/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in
@@ -1,8 +1,8 @@
1[Unit] 1[Unit]
2Description=Synchronize system clock or PTP hardware clock (PHC) 2Description=Synchronize system clock or PTP hardware clock (PHC)
3Documentation=man:phc2sys 3Documentation=man:phc2sys
4Requires=ptp4l.service 4Requires=ptp4l@%i.service
5After=ptp4l.service 5After=ptp4l@%i.service
6Before=time-sync.target 6Before=time-sync.target
7 7
8[Service] 8[Service]