mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 20:01:47 +02:00
6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/sh
|
|
|
|
adduser -s /bin/false -D -H -h /var/lib/dbmail dbmail 2>/dev/null
|
|
exit 0
|
|
|