diff options
Diffstat (limited to 'security/scanlogd/pkg-message')
-rw-r--r-- | security/scanlogd/pkg-message | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/scanlogd/pkg-message b/security/scanlogd/pkg-message new file mode 100644 index 000000000000..a3258794efcb --- /dev/null +++ b/security/scanlogd/pkg-message @@ -0,0 +1,9 @@ +---------------------------------------------------------------------------- + +scanlogd requires a separate user and group named 'scanlogd' to run. +You will need to create these manually. For example: + +pw groupadd scanlogd +pw useradd scanlogd -d /nonexistent -g scanlogd -s /sbin/nologin -c SCANLOGD + +---------------------------------------------------------------------------- |