From ccc722b7ed330198d82a3cf28ead76d6d107a70a Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 6 Jun 2022 21:25:48 +0000 Subject: added java --- repo/unbound/unbound.pre-install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 repo/unbound/unbound.pre-install (limited to 'repo/unbound/unbound.pre-install') diff --git a/repo/unbound/unbound.pre-install b/repo/unbound/unbound.pre-install new file mode 100644 index 0000000..94144c7 --- /dev/null +++ b/repo/unbound/unbound.pre-install @@ -0,0 +1,7 @@ +#!/bin/sh + +addgroup -S unbound 2>/dev/null +adduser -S -D -H -h /etc/unbound -s /sbin/nologin -G unbound \ + -g "Unbound user" unbound 2>/dev/null + +exit 0 -- cgit v1.2.1