From 39cac93559c5992729e8e450b736146bf2181ce9 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Thu, 1 Feb 2024 18:08:47 -0300 Subject: [PATCH] test url-arg --- core/start-blueos-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/start-blueos-core b/core/start-blueos-core index b3f598d6ed..2719ceefdc 100755 --- a/core/start-blueos-core +++ b/core/start-blueos-core @@ -90,7 +90,7 @@ SERVICES=( 'pardal',250,"nice -19 $SERVICES_PATH/pardal/main.py" 'ping',250,"nice -19 $SERVICES_PATH/ping/main.py" 'user_terminal',0,"cat /etc/motd" - 'ttyd',250,'nice -19 ttyd -p 8088 sh -c "/usr/bin/tmux attach -t user_terminal || /usr/bin/tmux new -s user_terminal"' + 'ttyd',250,'nice -19 ttyd --url-arg -p 8088 sh -c "/usr/bin/tmux attach -t user_terminal || /usr/bin/tmux new -s user_terminal"' 'nginx',250,"nice -18 nginx -g \"daemon off;\" -c $TOOLS_PATH/nginx/nginx.conf" 'log_zipper',250,"nice -20 $SERVICES_PATH/log_zipper/main.py '/shortcuts/system_logs/\\\\*\\\\*/\\\\*.log' --max-age-minutes 60" 'bag_of_holding',250,"$SERVICES_PATH/bag_of_holding/main.py"