aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in
blob: f66dd2d01031fd8b5b10db9ee012e298a8c4b556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Synchronize system clock or PTP hardware clock (PHC)
Documentation=man:phc2sys
Requires=ptp4l.service
After=ptp4l.service
Before=time-sync.target

[Service]
Type=simple
ExecStart=@SBINDIR@/phc2sys -w -s %I

[Install]
WantedBy=multi-user.target