openbsd-ports/security/scanlogd/pkg/MESSAGE
2002-01-28 14:19:57 +00:00

9 lines
291 B
Plaintext

scanlogd requires a separate user and group named 'scanlogd' to
run. You will need to create these manually. For example:
groupadd scanlogd
useradd -c SCANLOGD -d /nonexistent -g scanlogd -s /sbin/nologin scanlogd
The scanlogd program will automatically switch to this user upon startup.