summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-03-14 11:40:24 -0400
committerGitHub <noreply@github.com>2023-03-14 11:40:24 -0400
commit2597f4f0354d8b7b746c8095dbf1c0a6e9c7b872 (patch)
tree7da54236c6e35c75259906d6e817aaca04819f8e /.gitignore
parent48572591975d3cbd6cf81e9876ee671ceb93e1b1 (diff)
Add experimental support for running under runit. (#13841)
* Add basic runit service script for Netdata. * Integrate runit handling in install-service script. * Add new runit script to .gitignore. * Fix service file installation. We need to ensure the service directory actually gets created, and thus need to use `-D` with the `install` command. * Sync with system restructure. * Fix botched update to Makefile.am.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bb59c8dfee..14ba1c61c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -123,6 +123,7 @@ system/initd/init.d/netdata
system/launchd/netdata.plist
system/lsb/init.d/netdata
system/openrc/init.d/netdata
+system/runit/run
system/systemd/netdata.service
system/systemd/netdata.service.*
system/systemd/netdata-updater.service