aboutsummaryrefslogtreecommitdiffstats
path: root/testing/knot/knot.pre-install
blob: 57bc7044f750a1bd006748dfcc3cd40bece76dc4 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S knot 2>/dev/null
adduser -s /sbin/nologin -G knot -S -D -H knot 2>/dev/null

exit 0