summaryrefslogtreecommitdiff
path: root/systemd-units/ntpd.service.in
Commit message (Collapse)AuthorAgeFilesLines
* Make NTP run continuouslybaserock/liw/S8704-always-ntpdLars Wirzenius2013-08-301-4/+6
| | | | | | | | | | | | | | | | | With these changes: * NTP is run at boot time, once, to set the system clock. This allows the rest of the boot to continue as soon as time is set, which should happen as soon as there is networking. This is necessary because there's parts of the system that need to wait for the system clock to be set. * NTP is then also started as a daemon, which runs continuously, until stopped by the user, to keep system clock synchronised. The two systemd units need to be separate, otherwise we can't have network.target depend on a unit that finishes quickly: the daemon unit doesn't exit until there's an error.
* Make ntpd.service finish after setting the timebaserock/richardmaw/S5892/boot-sequencingRichard Maw2012-11-291-1/+3
| | | | | | | | | | This also includes a cleanup of the ntpd-set.sh script. It used recursion unnecessarily, when a for loop with seq would work. This has the side effect of making the attempts to start unconfigured network interfaces more alarming, as they appear as FAILURE in the boot log.
* Add a systemd unit for ntpdbaserock/radiofree/ntpdscriptJames Thomas2012-09-181-0/+6
Update morph file to copy service/script to correct locations The service will be started with the multi-user.target