DERIOX GUARD M9.9

Agent Service Install Manual Mode

Instalare manuală unit systemd pe mini PC. Serviciul este creat, dar nu este pornit și nu este activat automat.

Service score100
Reports1
Gateways1
Units1
Started0
Cameras0
M9.9 instalează manual unit file și placeholder, dar NU pornește serviciul și NU îl activează la boot. Nu activează producție, camere, stream sau media.
DashboardUnitGatewaysReportsCommandsInstall ScriptAuditAPI StatusDownload ScriptM9.8 Queue

M9.9 Agent Service Install Manual Mode

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.

last_report=2026-05-29 23:52:04 · manual=1 · start=0 · enable=0 · production=0 · camera=0

IDCommandStatusPreviewExpected resultSafety
1Download 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
2Inspect 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
3Syntax 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
4Run 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
5Verify 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
6Check 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