summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-20 14:41:01 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-20 14:41:01 -0400
commit906f08324f461e569c81eb2a653bd3e83fcafbfb (patch)
tree92d95937491fc64f10f8a2cc24c2a225d2120b9d
parent747711ac495fd67e7b31d4361c9ed99d6e6a9717 (diff)
config-service-myhostname: Migrate from systemd-timesyncd-wait to systemd-time-wait-sync
-rw-r--r--config-service-myhostname.PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/config-service-myhostname.PKGBUILD b/config-service-myhostname.PKGBUILD
index 89f7326..cddb61d 100644
--- a/config-service-myhostname.PKGBUILD
+++ b/config-service-myhostname.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180119.2
+pkgver=20180720
package() {
preamble
@@ -84,11 +84,10 @@ ln -s /var/lib/collectd srv/http/myhostname/collectd
depends+=(
config-base-collectd
rrdtool
- config-mgmt-pacman-repo-lukeshu # for systemd-timesyncd-wait-git
- systemd-timesyncd-wait-git
+ 'systemd>=239' # for systemd-time-wait-sync.service
)
-add-unit etc/systemd/system/multi-user.target.wants/collectd.service
+add-unit etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service
add-file -m644 etc/systemd/system/collectd.service.d/time-sync.conf <<EOF
[Unit]