diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-12 03:39:46 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-12 03:39:46 +0000 |
commit | 61e090957dbc6b062f3a1af7eeb0d58478c6657d (patch) | |
tree | 768f076ead75d57e34580da0d78ff9f5afe170fd /extra/ntp | |
parent | b8322aaddc0dc6b249457dd19ab7fb246b92c997 (diff) |
Sun Jan 12 03:35:50 UTC 2014
Diffstat (limited to 'extra/ntp')
-rw-r--r-- | extra/ntp/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/ntp/ntpd.service | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD index 4259a905c..34997d0cb 100644 --- a/extra/ntp/PKGBUILD +++ b/extra/ntp/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 191962 2013-08-02 03:24:15Z bisson $ +# $Id: PKGBUILD 203483 2014-01-11 16:49:37Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> pkgname=ntp pkgver=4.2.6.p5 _realver=4.2.6p5 -pkgrel=17 +pkgrel=18 pkgdesc='Network Time Protocol reference implementation' url='http://www.ntp.org/' license=('custom') @@ -19,7 +19,7 @@ source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz" 'ntpdate.service') sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192' 'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b' - 'ff8370719f003f184563b7d6068c03086678482f' + 'dd24216e8333e12d5080965696602591c72537b1' 'e1c48cba549b7d21501aadf513926e463884c090' ) diff --git a/extra/ntp/ntpd.service b/extra/ntp/ntpd.service index 45239877f..cfd965a6b 100644 --- a/extra/ntp/ntpd.service +++ b/extra/ntp/ntpd.service @@ -5,7 +5,8 @@ After=network.target nss-lookup.target [Service] Type=forking PrivateTmp=true -ExecStart=/usr/bin/ntpd -g -u ntp:ntp +PIDFile=/run/ntpd.pid +ExecStart=/usr/bin/ntpd -g -u ntp:ntp -p /run/ntpd.pid Restart=always [Install] |