From c4449b15a5019f3fd46d4c942dbb00202000b15f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 9 Sep 2018 21:37:10 -0400 Subject: service-myhostname: Fix collectd not running Commit 906f08324f461e569c81eb2a653bd3e83fcafbfb (2018-02-20) accidentally removed collectd.service getting enabled. --- config-parabola-service-myhostname.PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config-parabola-service-myhostname.PKGBUILD') diff --git a/config-parabola-service-myhostname.PKGBUILD b/config-parabola-service-myhostname.PKGBUILD index ff612f8..80d43d3 100644 --- a/config-parabola-service-myhostname.PKGBUILD +++ b/config-parabola-service-myhostname.PKGBUILD @@ -1,5 +1,5 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20180828.1 +pkgver=20180909 package() { preamble @@ -91,6 +91,7 @@ depends+=( '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 <