Alpine-Node-RED: add service to rc (#4783)

This commit is contained in:
CanbiZ
2025-05-28 13:32:32 +02:00
committed by GitHub
parent a4dee03140
commit 79a5624905

View File

@ -54,6 +54,7 @@ chmod +x $service_path
msg_ok "Created Node-RED Service"
msg_info "Starting Node-RED"
$STD rc-update add nodered
$STD rc-service nodered start
msg_ok "Started Node-RED"