File: timemaster.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 (12 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Synchronize system clock to NTP and PTP time sources
Documentation=man:timemaster
After=chronyd.service ntpd.service ntpdate.service sntp.service
Conflicts=chronyd.service ntpd.service phc2sys.service ptp4l.service

[Service]
Type=simple
ExecStart=/usr/sbin/timemaster -f /etc/linuxptp/timemaster.conf

[Install]
WantedBy=multi-user.target