summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-09 21:37:10 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-09 21:37:20 -0400
commitc4449b15a5019f3fd46d4c942dbb00202000b15f (patch)
tree1ce48735189f6df93aa73963aee697f01f9f485e
parent80796c91d1d9d75359997ff04deb6cd9f785101b (diff)
service-myhostname: Fix collectd not running
Commit 906f08324f461e569c81eb2a653bd3e83fcafbfb (2018-02-20) accidentally removed collectd.service getting enabled.
-rw-r--r--config-parabola-service-myhostname.PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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 <<EOF