The chrony project has moved from tuxfamily.org to chrony-project.org. Reflect these changes in the macOS startup files and documentation.
19 lines
516 B
Text
19 lines
516 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Label</key>
|
|
<string>org.chrony-project.chronyd</string>
|
|
<key>Program</key>
|
|
<string>/usr/local/sbin/chronyd</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>chronyd</string>
|
|
<string>-n</string>
|
|
<string>-f</string>
|
|
<string>/private/etc/chrony.d/chrony.conf</string>
|
|
</array>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|