aboutsummaryrefslogtreecommitdiff
path: root/security/scanlogd/pkg-message
blob: a3258794efcb37aeda29c0642d8a539fa66adf20 (plain) (blame)
1
2
3
4
5
6
7
8
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

----------------------------------------------------------------------------