Configuring the Data Gateway for Boot
Linux
Using systemd (Recommended)
systemd (Recommended)sudo nano /etc/systemd/system/lumi-data-gateway.service [Unit]
Description=Lumi AI Data Gateway
After=network-online.target
Wants=network-online.target
[Service]
User=lumi
WorkingDirectory=/opt/lumi-gateway
ExecStart=/opt/lumi-gateway/lumi-agent-linux-vX.X.XX
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.targetUsing cron with @reboot
cron with @rebootUsing rc.local (Older Systems)
rc.local (Older Systems)Desktop Environment Autostart (GUI)
Windows
Using Windows Service (Recommended for Production)
Using Task Scheduler
Using Group Policy (Domain-Joined Machines)
Last updated
Was this helpful?