diff options
| author | Shulhan <ms@kilabit.info> | 2023-07-15 14:53:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-07-15 15:34:53 +0700 |
| commit | e7e623fc461b34b52265456674deff5bafd26c3c (patch) | |
| tree | fc9a6032aa03686de55724bc1495c1cbab6b773d /PKGBUILD | |
| parent | 5257844578f6b7f87551930b25e3f0bbe3e895a3 (diff) | |
| download | google-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-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ sha256sums=( 'SKIP' 'SKIP' 'SKIP' - 'b76f3853c695b688d1c34ba967b04c9d3eca58e7cd20af45a1403789e3481525' + 'ba66d01b8058644597d9b406d3b8ce7ed40aed77c7358f2b97ff0e262a4cbb98' ) pkgver() { |
