diff options
Diffstat (limited to 'testing/knot/knot.pre-install')
-rw-r--r-- | testing/knot/knot.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/knot/knot.pre-install b/testing/knot/knot.pre-install new file mode 100644 index 0000000000..bc93e098ec --- /dev/null +++ b/testing/knot/knot.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +adduser -H -s /sbin/nologin -S -D knot -G knot 2>/dev/null +exit 0 |