phc2sys.service 225 B

12345678910
  1. [Unit]
  2. Description=Precision Time Protocol system clock synchronization
  3. After=ptp4l.service
  4. [Service]
  5. ExecStart=/usr/sbin/phc2sys -s /dev/ptp0 -c CLOCK_REALTIME -w -S 1.0
  6. Restart=always
  7. [Install]
  8. WantedBy=multi-user.target