linuxptp/phc2sys.service
2012-09-21 15:54:54 +02:00

14 lines
291 B
Desktop File

[Unit]
Description=Synchronize system clock to PTP hardware clock (PHC)
After=ntpdate.service
Conflicts=ntpd.service chronyd.service
[Service]
Type=simple
EnvironmentFile=-/etc/sysconfig/phc2sys
ExecStart=/usr/sbin/phc2sys $OPTIONS
StandardOutput=null
[Install]
WantedBy=multi-user.target