From 2e953952405620918f8e034c90669b54084e5e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:08:31 +0200 Subject: [PATCH] Update shellinabox --- conf/shellinabox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/shellinabox b/conf/shellinabox index c5d47db..c5522f6 100644 --- a/conf/shellinabox +++ b/conf/shellinabox @@ -7,8 +7,8 @@ SHELLINABOX_PORT=__PORT__ # Parameters that are managed by the system and usually should not need # changing: # SHELLINABOX_DATADIR=/var/lib/shellinabox -# SHELLINABOX_USER=shellinabox -# SHELLINABOX_GROUP=shellinabox +SHELLINABOX_USER=__APP__ +SHELLINABOX_GROUP=__APP__ # Any optional arguments (e.g. extra service definitions). Make sure # that that argument is quoted.