summaryrefslogtreecommitdiff
path: root/net-misc/linuxptp/files/phc2sysAT.service
blob: 576c7691ba898d0c3d43b0cf524d423a7e0054d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Synchronise two or more system clocks
Documentation=man:phc2sys
Requires=ptp4l.service
After=ptp4l.service
Before=time-sync.target

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

[Install]
WantedBy=multi-user.target