From 14d076e01af0e1590f9e0217c910f850feb8e94d Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 21 Oct 2014 16:36:28 +0000 Subject: testing/knot: fixed exec permission on init, added knot user and group --- testing/knot/knot.pre-install | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/knot/knot.pre-install (limited to 'testing/knot/knot.pre-install') diff --git a/testing/knot/knot.pre-install b/testing/knot/knot.pre-install new file mode 100644 index 00000000000..bc93e098ec2 --- /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 -- cgit v1.2.3