From 5665ae7639f810569fd229749371f8ec8bb1eb4c Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Tue, 29 Jan 2019 10:11:57 +0100 Subject: user/unbound: New package --- user/unbound/unbound.pre-install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 user/unbound/unbound.pre-install (limited to 'user/unbound/unbound.pre-install') diff --git a/user/unbound/unbound.pre-install b/user/unbound/unbound.pre-install new file mode 100755 index 000000000..9f203cb08 --- /dev/null +++ b/user/unbound/unbound.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +groupadd -r unbound 2>/dev/null +useradd -M -N -g unbound -r -s /sbin/nologin -d /etc/unbound unbound 2>/dev/null +exit 0 -- cgit v1.2.3-60-g2f50