1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/opendmarc/opendmarc.pre-install
2021-05-30 18:56:03 +02:00

5 lines
114 B
Bash

#!/bin/sh
adduser -S -D -H -h /run/opendmarc -s /sbin/nologin -G mail -g opendmarc opendmarc 2>/dev/null
exit 0