aboutsummaryrefslogtreecommitdiffstats
path: root/community/gonic/gonic.pre-install
blob: fcf0352fc2d7b4938fe16e4c41df29f872dd72f7 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S gonic 2>/dev/null
adduser -S -D -H -s /bin/false -G gonic -g gonic gonic 2>/dev/null

exit 0