summaryrefslogtreecommitdiffstats
path: root/system/ossec-agent/README.SLACKWARE
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-11-09 17:05:56 +0000
committer David Spencer <idlemoor@slackbuilds.org>2016-11-11 20:36:22 +0000
commita175ac8983b7f5e33773ca43091b27322776aed8 (patch)
tree59dc6f6c9a9213b913f86e2f2cc078d98b3b06e5 /system/ossec-agent/README.SLACKWARE
parentd50dc96bce019252df8d1ebb577a38507d264f45 (diff)
downloadslackbuilds-a175ac8983b7f5e33773ca43091b27322776aed8.tar.gz
slackbuilds-a175ac8983b7f5e33773ca43091b27322776aed8.tar.xz
system/ossec-agent: Fix exit status, add uid/gid info.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/ossec-agent/README.SLACKWARE')
-rw-r--r--system/ossec-agent/README.SLACKWARE8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/ossec-agent/README.SLACKWARE b/system/ossec-agent/README.SLACKWARE
index e07808bfc6..14aba4be39 100644
--- a/system/ossec-agent/README.SLACKWARE
+++ b/system/ossec-agent/README.SLACKWARE
@@ -1,3 +1,11 @@
+These users and group need to be added:
+
+ groupadd -g 333 ossec
+ useradd -u 333 -g 333 -d /var/ossec -s /bin/false ossec
+ useradd -u 334 -g 333 -d /var/ossec -s /bin/false ossecm
+ useradd -u 335 -g 333 -d /var/ossec -s /bin/false ossecr
+
+
You may wish to add these lines to /etc/rc.d/rc.local to start the service:
if [ -x /etc/rc.d/rc.ossec ]; then