Skip to content

Commit

Permalink
Revert "core: create Major Tom"
Browse files Browse the repository at this point in the history
This reverts commit ad81419.
  • Loading branch information
voorloopnul authored and patrickelectric committed Nov 27, 2023
1 parent 9f89d96 commit c241ddf
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 345 deletions.
1 change: 0 additions & 1 deletion core/services/install-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ SERVICES=(
ping
versionchooser
wifi
major_tom
)

# We need to install loguru, appdirs and pydantic since they may be used inside setup.py
Expand Down
85 changes: 0 additions & 85 deletions core/services/major_tom/main.py

This file was deleted.

14 changes: 0 additions & 14 deletions core/services/major_tom/setup.py

This file was deleted.

Empty file.
137 changes: 0 additions & 137 deletions core/services/major_tom/src/core.py

This file was deleted.

48 changes: 0 additions & 48 deletions core/services/major_tom/src/metrics.py

This file was deleted.

59 changes: 0 additions & 59 deletions core/services/major_tom/src/typedefs.py

This file was deleted.

1 change: 0 additions & 1 deletion core/start-blueos-core
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ SERVICES=(
'nginx',"nice -18 nginx -g \"daemon off;\" -c $TOOLS_PATH/nginx/nginx.conf"
'log_zipper',"nice -20 $SERVICES_PATH/log_zipper/main.py '/shortcuts/system_logs/**/*.log' --max-age-minutes 60"
'bag_of_holding',"$SERVICES_PATH/bag_of_holding/main.py"
'major_tom',"$SERVICES_PATH/major_tom/main.py"
)

tmux -f /etc/tmux.conf start-server
Expand Down

0 comments on commit c241ddf

Please sign in to comment.