aports/testing/opendmarc/opendmarc.pre-install

6 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