* [ptxdist] [PATCH v3 7/8] rrdtool: add systemd unit for rrdcached
@ 2017-04-28 13:37 Clemens Gruber
0 siblings, 0 replies; only message in thread
From: Clemens Gruber @ 2017-04-28 13:37 UTC (permalink / raw)
To: ptxdist; +Cc: Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
rules/rrdtool.in | 12 ++++++++++++
rules/rrdtool.make | 11 ++++++++++-
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/rules/rrdtool.in b/rules/rrdtool.in
index fa7e1de1c..fb91a8b84 100644
--- a/rules/rrdtool.in
+++ b/rules/rrdtool.in
@@ -34,6 +34,18 @@ config RRDTOOL_RRDCACHED
accumulates them and, if enough have been received or a defined
time has passed, writes the updates to the RRD file.
+if RRDTOOL_RRDCACHED
+
+config RRDTOOL_RRDCACHED_SYSTEMD_UNIT
+ bool
+ default y
+ depends on SYSTEMD
+ prompt "install rrdcached systemd unit"
+ help
+ Install and enable a systemd socket-activated service
+
+endif
+
config RRDTOOL_RRDCGI
bool
depends on RRDTOOL_RRD_GRAPH
diff --git a/rules/rrdtool.make b/rules/rrdtool.make
index 2c7453811..59e0f6b14 100644
--- a/rules/rrdtool.make
+++ b/rules/rrdtool.make
@@ -61,7 +61,8 @@ RRDTOOL_CONF_OPT := \
--disable-tcl \
--disable-python \
--without-libiconv-prefix \
- --without-libintl-prefix
+ --without-libintl-prefix \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system
ifneq ($(call remove_quotes,$(PTXCONF_RRDTOOL_DEFAULT_FONT)),)
RRDTOOL_CONF_OPT += --with-rrd-default-font=$(PTXCONF_RRDTOOL_DEFAULT_FONT)
@@ -82,6 +83,14 @@ $(STATEDIR)/rrdtool.targetinstall:
ifdef PTXCONF_RRDTOOL_RRDCACHED
@$(call install_copy, rrdtool, 0, 0, 0755, -, /usr/bin/rrdcached)
+ifdef PTXCONF_RRDTOOL_RRDCACHED_SYSTEMD_UNIT
+ @$(call install_alternative, rrdtool, 0, 0, 0644, \
+ /usr/lib/systemd/system/rrdcached.service)
+ @$(call install_alternative, rrdtool, 0, 0, 0644, \
+ /usr/lib/systemd/system/rrdcached.socket)
+ @$(call install_link, rrdtool, ../rrdcached.socket, \
+ /usr/lib/systemd/system/sockets.target.wants/rrdcached.socket)
+endif
endif
ifdef PTXCONF_RRDTOOL_RRDCGI
@$(call install_copy, rrdtool, 0, 0, 0755, -, /usr/bin/rrdcgi)
--
2.12.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-04-28 13:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-28 13:37 [ptxdist] [PATCH v3 7/8] rrdtool: add systemd unit for rrdcached Clemens Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox