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.
| ID | Unit | Path | Status | Safety | Preview |
|---|---|---|---|---|---|
| 1 | Deriox Guard Gateway systemd service M811-UNIT-service systemd | /etc/systemd/system/deriox-guard-gateway.service | planned_metadata_only real_file=0 · autostart=0 | secret=0 · plain=0 · pass=0 · stream=0 · media=0 · action=0 | [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 |
| 2 | Deriox Guard environment file M811-UNIT-env env | /etc/deriox-guard/gateway.env | planned_metadata_only real_file=0 · autostart=0 | secret=0 · plain=0 · pass=0 · stream=0 · media=0 · action=0 | DERIOX_GUARD_API_BASE_URL=https://guard.deriox.ro DERIOX_GUARD_MODE=outbound-only DERIOX_GUARD_NO_CAMERA_PASSWORDS=1 DERIOX_GUARD_NO_STREAM_LINKS=1 |
| 3 | Deriox Guard logrotate plan M811-UNIT-logrotate logrotate | /etc/logrotate.d/deriox-guard-gateway | planned_metadata_only real_file=0 · autostart=0 | secret=0 · plain=0 · pass=0 · stream=0 · media=0 · action=0 | /var/log/deriox-guard/*.log {
daily
rotate 14
compress
missingok
notifempty
}
|