summarylogtreecommitdiffstats
path: root/netdata.service
diff options
context:
space:
mode:
Diffstat (limited to 'netdata.service')
-rw-r--r--netdata.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/netdata.service b/netdata.service
new file mode 100644
index 000000000000..c8c38770d88e
--- /dev/null
+++ b/netdata.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Netdata. Real-time performance monitoring.
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/netdata
+ExecStop=/usr/bin/killall netdata
+
+[Install]
+WantedBy=multi-user.target