Browse Source

Merge pull request #14 from mgomersbach/gentoo-compat

Add Gentoo default vars in osmap
tags/v0.2.0
Niels Abspoel 6 years ago
parent
commit
3dad97a56e
No account linked to committer's email address
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      chrony/osmap.yaml

+ 13
- 0
chrony/osmap.yaml View File

otherparams: [ 'rtconutc', otherparams: [ 'rtconutc',
'rtcsync', ] 'rtcsync', ]


Gentoo:
package: net-misc/chrony
service: chronyd
config: /etc/chrony/chrony.conf
ntpservers: [ '0.gentoo.pool.ntp.org',
'1.gentoo.pool.ntp.org',
'2.gentoo.pool.ntp.org',
'3.gentoo.pool.ntp.org', ]
options: iburst
driftfile: /var/lib/chrony/drift
otherparams: [ 'rtconutc',
'rtcsync', ]

Suse: Suse:
ntpservers: [ '0.arch.opensuse.ntp.org', ntpservers: [ '0.arch.opensuse.ntp.org',
'1.arch.opensuse.ntp.org', '1.arch.opensuse.ntp.org',

Loading…
Cancel
Save