openbsd-ports/security/scanlogd/pkg/MESSAGE

9 lines
291 B
Plaintext
Raw Normal View History

scanlogd requires a seperate 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.