summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/install_supplemental_service.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/install_supplemental_service.sh')
-rw-r--r--abs/core/LinHES-system/install_supplemental_service.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/install_supplemental_service.sh b/abs/core/LinHES-system/install_supplemental_service.sh
new file mode 100644
index 0000000..d33cb18
--- /dev/null
+++ b/abs/core/LinHES-system/install_supplemental_service.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+. /etc/systemconfig
+if [ $SystemType = Master_backend -o $SystemType = Standalone ]
+then
+ pacman -S --noconfirm supplemental-web
+ add_service.sh certmaster
+ add_service.sh funcd
+ add_service.sh xymon-server
+else
+ echo "This service is only available for StandAlone or Master_backend LinHES systems"
+
+fi
+
+