diff options
-rw-r--r-- | meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in | 4 |
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] |
2 | Description=Synchronize system clock or PTP hardware clock (PHC) | 2 | Description=Synchronize system clock or PTP hardware clock (PHC) |
3 | Documentation=man:phc2sys | 3 | Documentation=man:phc2sys |
4 | Requires=ptp4l.service | 4 | Requires=ptp4l@%i.service |
5 | After=ptp4l.service | 5 | After=ptp4l@%i.service |
6 | Before=time-sync.target | 6 | Before=time-sync.target |
7 | 7 | ||
8 | [Service] | 8 | [Service] |