3 lines
95 B
Text
3 lines
95 B
Text
groupadd -g 31 exim &&
|
|
useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31 exim
|
|
|