xref: /OK3568_Linux_fs/buildroot/package/linuxptp/ptp4l.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Precision Time Protocol daemon
3After=syslog.target network.target
4Before=time-sync.target
5Wants=time-sync.target
6Wants=phc2sys.service
7
8[Service]
9ExecStart=/usr/sbin/ptp4l -f /etc/linuxptp.cfg
10Restart=always
11
12[Install]
13WantedBy=multi-user.target
14