From 51e9e3df031a99f6ca82a44d375790c56c72a8a9 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 19 Jan 2023 01:13:58 -0600 Subject: [PATCH] Revert adding user to tftpd Error: cannot set groups for user nbxyz --- root/etc/supervisor.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/root/etc/supervisor.conf b/root/etc/supervisor.conf index 36c2a86..986420e 100644 --- a/root/etc/supervisor.conf +++ b/root/etc/supervisor.conf @@ -23,7 +23,6 @@ priority = 3 [program:in.tftpd] command=/usr/sbin/in.tftpd -Lvvv --user nbxyz --secure %(ENV_TFTPD_OPTS)s /config/menus -user=nbxyz stdout_logfile=/config/tftpd.log redirect_stderr=true priority = 4