DERIOX GUARD M8.11

Gateway Agent Service Wrapper Plan

Plan read-only pentru viitorul serviciu systemd al gateway agentului. Pregătește unit file, env file și logrotate, fără instalare reală și fără autostart.

Score100
Plans1
Units3
Checks8
Blocked0
Autostart0
M8.11 este plan-only. Nu creează fișiere systemd reale, nu activează autostart, nu instalează automat și nu include token plain, parole cameră, stream, media sau billing.
DashboardUnitsChecksService PreviewAuditAPI StatusService Wrapper Plan APIM8.10 StatusGuard Navigation

M8.11 Gateway Agent Service Wrapper Plan

M8.11 prepares the future systemd service wrapper plan for the gateway agent. It does not create service files, does not enable autostart, does not auto-install and does not include camera passwords, streams, media, billing or camera actions.

plan_only=1 · real_service=0 · autostart=0 · auto_install=0 · plain=0 · camera_cloud=0 · metadata=1

systemd service preview

[Unit]
Description=Deriox Guard Gateway Agent
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
User=root
WorkingDirectory=/opt/deriox-guard/agent
ExecStart=/opt/deriox-guard/agent/deriox-guard-gateway.sh heartbeat-loop
Restart=always
RestartSec=15
Environment=DERIOX_GUARD_MODE=outbound-only
Environment=DERIOX_GUARD_NO_CAMERA_PASSWORDS=1
Environment=DERIOX_GUARD_NO_STREAM_LINKS=1
Environment=DERIOX_GUARD_NO_MEDIA=1
Environment=DERIOX_GUARD_NO_BILLING=1

[Install]
WantedBy=multi-user.target