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.
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.
[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