summarylogtreecommitdiffstats
path: root/carbon-cache.service
diff options
context:
space:
mode:
authorGilles Hamel2019-08-28 23:06:57 +0200
committerGilles Hamel2019-08-28 23:06:57 +0200
commitedf5f8dba443cbe206c7e78ab2cec36bd5f3e651 (patch)
tree36da3d2731bd39decaa4de0b623b02cb94e78a95 /carbon-cache.service
downloadaur-edf5f8dba443cbe206c7e78ab2cec36bd5f3e651.tar.gz
Initial commit
Diffstat (limited to 'carbon-cache.service')
-rw-r--r--carbon-cache.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/carbon-cache.service b/carbon-cache.service
new file mode 100644
index 000000000000..99c6ec647f95
--- /dev/null
+++ b/carbon-cache.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Graphite Carbon Cache
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/carbon-cache.py --config=/etc/carbon/carbon.conf start
+
+[Install]
+WantedBy=multi-user.target
+Alias=carbon.service