summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Hamel2017-05-02 23:35:31 +0200
committerGilles Hamel2017-05-02 23:35:31 +0200
commitba2605fa33c8e6357264d18c8c38026e1b038bbe (patch)
tree6058f73aa95a34ddd19f1ea57b853c67cea65772
parent8e95b3aabf9273d82846bb6021be5d41e9853480 (diff)
downloadaur-ba2605fa33c8e6357264d18c8c38026e1b038bbe.tar.gz
Writes service log to /var/log/carbon
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--carbon.service3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55dcd9bfa5b8..aa18d955a0e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-carbon
pkgdesc = Backend data caching and persistence daemon for Graphite
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/graphite-project/carbon
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 4cacf4c8ca69..1faa0bf5e898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
Maintainer='Gilles Hamel <hamelg@laposte.net>'
pkgname=python2-carbon
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Backend data caching and persistence daemon for Graphite'
arch=('any')
url='https://github.com/graphite-project/carbon'
diff --git a/carbon.service b/carbon.service
index 14aac624d91e..cdc84d0651b8 100644
--- a/carbon.service
+++ b/carbon.service
@@ -3,7 +3,8 @@ Description=Graphite/Carbon
After=network.target
[Service]
-ExecStart=/usr/bin/carbon-cache.py --nodaemon --config=/etc/carbon/carbon.conf start
+Type=forking
+ExecStart=/usr/bin/carbon-cache.py --config=/etc/carbon/carbon.conf start
[Install]
WantedBy=multi-user.target