mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 15:41:51 +01:00
7 lines
114 B
Bash
Executable File
7 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
addgroup -S postfwd 2>/dev/null
|
|
adduser -SD -h /var/lib/postfwd -G postfwd postfwd 2>/dev/null
|
|
|
|
exit 0
|