Skip to content

Commit 98c44f3

Browse files
core: start-blueos-core: Add blueos-recorder
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent d771c98 commit 98c44f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/start-blueos-core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ SERVICES=(
133133
'nginx',250,"nice -18 nginx -g \"daemon off;\" -c $TOOLS_PATH/nginx/nginx.conf"
134134
'log_zipper',250,"nice -20 $SERVICES_PATH/log_zipper/main.py '/shortcuts/system_logs/\\\\*\\\\*/\\\\*.log' --max-age-minutes 60"
135135
'bag_of_holding',250,"$SERVICES_PATH/bag_of_holding/main.py"
136+
'recorder',250,"blueos-recorder --recorder-path /usr/blueos/userdata/recorder"
136137
)
137138

138139
tmux -f /etc/tmux.conf start-server

0 commit comments

Comments
 (0)