summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-07-15 14:53:27 +0700
committerShulhan <ms@kilabit.info>2023-07-15 15:34:53 +0700
commite7e623fc461b34b52265456674deff5bafd26c3c (patch)
treefc9a6032aa03686de55724bc1495c1cbab6b773d /PKGBUILD
parent5257844578f6b7f87551930b25e3f0bbe3e895a3 (diff)
downloadgoogle-cloud-ops-agent-git-e7e623fc461b34b52265456674deff5bafd26c3c.tar.xz
all: patch the default config.yaml to use systemd_journald #2
Previosly, the default config.yaml receivers for syslog is using "type: files" that read /var/log/messages and /var/log/syslog. In Arch Linux, those files are not exist anymore, so we replace the with "type: systemd_journald" to make all the system logs forwarded to Cloud Logging. # Conflicts: # .SRCINFO # PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35fd5b4..1895934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
- 'b76f3853c695b688d1c34ba967b04c9d3eca58e7cd20af45a1403789e3481525'
+ 'ba66d01b8058644597d9b406d3b8ce7ed40aed77c7358f2b97ff0e262a4cbb98'
)
pkgver() {