aports/testing/artifactory-oss/artifactory-oss.pre-install
2016-09-15 19:39:31 +02:00

7 lines
158 B
Bash

#!/bin/sh
addgroup -S artifact 2>/dev/null
adduser -S -D -H -h /var/lib/artifactory -s /sbin/nologin -G artifact -g artifactory artifact 2>/dev/null
exit 0