Instalare manuală unit systemd pe mini PC. Serviciul este creat, dar nu este pornit și nu este activat automat.
M9.9 prepares a manual systemd service unit for the Deriox Guard mini PC agent. The install script creates the unit and placeholder executable, runs daemon-reload and reports metadata. It does not enable or start the service, does not use cron, does not enable production, cameras, streams, media or billing.
| ID | Command | Status | Preview | Expected result | Safety |
|---|---|---|---|---|---|
| 1 | Download manual service install script M909-CMD-download_service_script | manual_copy_required mini_pc_only=1 · server_exec=0 | cd /tmp && curl -fsSL https://guard.deriox.ro/api/gateway/mini-pc/agent-service-install-script -o deriox-guard-agent-service-m9.9.sh | Downloads the manual service installer to the mini PC. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 2 | Inspect service install script M909-CMD-inspect_service_script | manual_copy_required mini_pc_only=1 · server_exec=0 | sed -n "1,360p" /tmp/deriox-guard-agent-service-m9.9.sh | Review script before running. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 3 | Syntax check service install script M909-CMD-syntax_check_service_script | manual_copy_required mini_pc_only=1 · server_exec=0 | bash -n /tmp/deriox-guard-agent-service-m9.9.sh | Must return no syntax errors. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 4 | Run manual service install M909-CMD-run_service_script | manual_copy_required mini_pc_only=1 · server_exec=0 | sudo bash /tmp/deriox-guard-agent-service-m9.9.sh | Creates the systemd unit and placeholder executable, then daemon-reload. It does not start or enable service. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 5 | Verify service is not enabled/started M909-CMD-check_service_disabled | manual_copy_required mini_pc_only=1 · server_exec=0 | systemctl is-enabled deriox-guard-agent.service || true; systemctl is-active deriox-guard-agent.service || true | Expected: disabled/static/not-found before install or disabled/inactive after install. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 6 | Check Guard service status API M909-CMD-check_service_status_api | manual_copy_required mini_pc_only=1 · server_exec=0 | curl -k https://guard.deriox.ro/api/gateway/mini-pc/agent-service/status | Shows reports and service snapshots. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |