[munin] Added missing service files

fenris02 fenris02 at fedoraproject.org
Sat Aug 18 02:54:23 UTC 2012


commit 76c9c36f7ecb58e732f550b88a7593789b1b9f07
Author: D. Johnson <fenris02 at fedoraproject.org>
Date:   Fri Aug 17 21:54:07 2012 -0500

    Added missing service files

 munin-fcgi-graph.service |   11 +++++++++++
 munin-fcgi-html.service  |   11 +++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/munin-fcgi-graph.service b/munin-fcgi-graph.service
new file mode 100644
index 0000000..ced107d
--- /dev/null
+++ b/munin-fcgi-graph.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Munin FastCGI Graph
+Documentation=man:spawn-fcgi
+
+[Service]
+Type=forking
+PIDFile=/run/munin/fcgi-graph.pid
+ExecStart=/usr/bin/spawn-fcgi -s /run/munin/fcgi-graph.sock -U apache -u munin -g munin /var/www/html/munin/cgi/munin-cgi-graph -P /run/munin/fcgi-graph.pid
+
+[Install]
+WantedBy=multi-user.target
diff --git a/munin-fcgi-html.service b/munin-fcgi-html.service
new file mode 100644
index 0000000..735ca4c
--- /dev/null
+++ b/munin-fcgi-html.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Munin FastCGI HTML
+Documentation=man:spawn-fcgi
+
+[Service]
+Type=forking
+PIDFile=/run/munin/fcgi-html.pid
+ExecStart=/usr/bin/spawn-fcgi -s /run/munin/fcgi-html.sock -U apache -u munin -g munin /var/www/html/munin/cgi/munin-cgi-html -P /run/munin/fcgi-html.pid
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list