From c96321d576e79834f262486f44ab772f33053f7b Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 28 May 2020 20:26:45 +0200 Subject: split installation and setup for easier packaging --- setup.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 setup.sh (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..959a48f --- /dev/null +++ b/setup.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# run this script as root, once, at installation + +# more will go here (e.g. initialization of postgres database) + +# part of the program running inside network namespace +# will run under this user +useradd --system 0tdns -- cgit v1.2.3