summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-06-14 19:18:08 +0300
committerGitHub <noreply@github.com>2024-06-14 19:18:08 +0300
commit3c507b4edb796f5a5cc7c6bcabfd9142494977cd (patch)
tree7d780eb583cf3f438929d3858a4a3cf539a11476 /netdata-installer.sh
parent0c43d1544ffba4fae9d60228fc78bad7e9725869 (diff)
add netdata journald configuration (#17882)
* add netdata journald configuration * update uninstaller * put in "/usr/lib/systemd/journald@netdata.conf.d/" * update uninstaller * Update CMakeLists.txt Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com> * Update system/systemd/journald@netdata.conf * fix * usr/lib --------- Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index dc24832932..6acd3ac988 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -799,6 +799,10 @@ progress "Install logrotate configuration for netdata"
install_netdata_logrotate
+progress "Install journald configuration for netdata"
+
+install_netdata_journald_conf
+
# -----------------------------------------------------------------------------
progress "Read installation options from netdata.conf"