File: phc2sys.service

package info (click to toggle)
linuxptp 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 924 kB
  • ctags: 1,833
  • sloc: ansic: 14,455; sh: 82; makefile: 77
file content (13 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
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
After=ntpdate.service
Requires=ptp4l.service
After=ptp4l.service

[Service]
Type=simple
ExecStart=/usr/sbin/phc2sys -w -s eth0

[Install]
WantedBy=multi-user.target