summaryrefslogtreecommitdiff
path: root/strata/ntpd/ntpd.morph
Commit message (Collapse)AuthorAgeFilesLines
* Migrations with ruamel.yaml after my first blank lines patchsam/ruamel-patch-1Sam Thursfield2015-07-141-1/+1
| | | | Change-Id: I59f47b5c970dc415c96c7ad4cc943a0f11098ad2
* Improve ntpd systemd unit and configurationTiago Gomes2015-06-171-3/+3
| | | | | | | | | | | | Start ntpd with the `-N` and `-g` options, as recommended in the man page. `-N` will, to the extent permitted by the operating system, run the ntpd at the highest priority. `-g` will make ntpd to update the time even if the offset with the current time is greater than 1000s. Add 'limited' to the restrict options to avoid the following warning in the log: 'restrict ::: KOD does nothing without LIMITED'. Change-Id: I23e264533ef27af7a0504e8cd5b69c7e01843728
* ntpd: Set default .service and conf file in the morphology fileJavier Jardon2015-04-221-0/+41
| | | | | | So we can avoid an specific extension to introduce it in the system Change-Id: I57f446977e3e5fba5fe98be6fdd6a3f150623f14
* Run ntpd as non-root userRichard Ipsum2015-04-161-0/+10
Building with libcap allows ntpd to drop root privileges it doesn't need, we also don't want to run ntpd as root, so we create an ntp user and an ntp group. Change-Id: Idd8a7916af97c10704290234c1bb1f34a14baf2c