Browse Source

Add Gentoo default vars in osmap

tags/v0.2.0
Mark Gomersbach 6 years ago
parent
commit
5139e81a1b
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

@@ -40,6 +40,19 @@ Arch:
otherparams: [ 'rtconutc',
'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:
ntpservers: [ '0.arch.opensuse.ntp.org',
'1.arch.opensuse.ntp.org',

Loading…
Cancel
Save