Skip to content

Commit

Permalink
test url-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Feb 1, 2024
1 parent 101cab5 commit 39cac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/start-blueos-core
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 39cac93

Please sign in to comment.