9 lines
291 B
Plaintext
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.
|