summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-10-06 07:34:56 -0400
committerGitHub <noreply@github.com>2022-10-06 07:34:56 -0400
commit981acd25e01c0b18ae046bc6864550ecb95dc7ed (patch)
tree2f8a10a5556adf9ba135f5c55e9b2112b9beb7ff /.gitignore
parent1bf4c77f8ec16a6c473edb11ba3f11d7386dd584 (diff)
Overhaul handling of installation of Netdata as a system service. (#13451)
* Install templated files from system directory on target system. This will allow more robust handling of auto-updates and installation of service files. * Add a script to handle installing Netdata as a system service. This uses the files installed as a result of the previous commit, and provides more robust detection and system handling than the existing code used for this purpose. A subsequent commit will convert the various installation mechanisms to use this script instead of their own internal code for this purpose. * Assorted cleanup and fixes for install-service.sh script. * Use new service install script on installs when present. * Fix missing .gitignore line. * Fix install command. * Integrate with warning handling in kickstart script. * Fix systemd version check. * Explicitly exit successfully when done. * Further fixes. * Fix handling of start commands on service install. * Fix handling of passing service commands in installer. * Fix handling of inability to detect service manager type. * Centralize install-service.sh invocation and improve error reporting. * Fix typos in Linux service handling.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 275b5d0076..b90428a14f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -128,6 +128,7 @@ system/netdata.plist
system/netdata-freebsd
system/edit-config
system/netdata.crontab
+system/install-service.sh
daemon/anonymous-statistics.sh
daemon/get-kubernetes-labels.sh