serviced config etc files for rrdtool
[rrdtool.git] / etc / rrdcached.service.in
diff --git a/etc/rrdcached.service.in b/etc/rrdcached.service.in
new file mode 100644 (file)
index 0000000..3b6f309
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# To customize, copy this file to /etc/systemd/system/
+# and edit there
+#
+
+[Unit]
+Description=Data caching daemon for rrdtool
+Documentation=man:rrdcached(1)
+
+[Service]
+# If you enable socket-activable rrdcached.socket,
+# command line socket declarations will be ignored
+ExecStart=@prefix@/bin/rrdcached -g
+#WorkingDirectory=
+#User=
+#Group=
+
+[Install]
+WantedBy=multi-user.target