mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
7 lines
113 B
Bash
7 lines
113 B
Bash
#!/bin/sh
|
|
|
|
adduser -h /var/lib/dspam -s /bin/false -D dspam 2>/dev/null
|
|
chown dspam:dspam /var/lib/dspam
|
|
exit 0
|
|
|