From 8c6552d19e9ae1293f6f49a061aa32dac992f952 Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Mon, 15 Mar 2021 22:08:37 +1300 Subject: [PATCH] api: start at user 1001 by default --- api/src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/config.js b/api/src/config.js index 9af9b26..ade4a36 100644 --- a/api/src/config.js +++ b/api/src/config.js @@ -57,7 +57,7 @@ const options = [ { key: 'runner_uid_min', desc: 'Minimum uid to use for runner', - default: 1000, + default: 1001, validators: [] }, { @@ -69,7 +69,7 @@ const options = [ { key: 'runner_gid_min', desc: 'Minimum gid to use for runner', - default: 1000, + default: 1001, validators: [] }, {