2000-08-16 03:32:44 -04:00
|
|
|
|
2000-11-20 02:38:02 -05:00
|
|
|
scanlogd requires a seperate user and group named 'scanlogd' to
|
|
|
|
run. You will need to create these manually. For example:
|
2000-08-16 03:32:44 -04:00
|
|
|
|
2000-11-20 02:38:02 -05:00
|
|
|
groupadd scanlogd
|
|
|
|
useradd -c SCANLOGD -d /nonexistent -g scanlogd -s /sbin/nologin scanlogd
|
2000-08-16 03:32:44 -04:00
|
|
|
|
|
|
|
The scanlogd program will automatically switch to this user upon startup.
|