Configuring for Boot
Linux
1. Using cron with @reboot
cron with @rebootcrontab -e@reboot /path/to/your/gateway2. Using Systemd Services (Common in Modern Linux Distributions)
sudo nano /etc/systemd/system/lumi_ai_data_gateway.service[Unit] Description=Lumi AI Data Gateway [Service] ExecStart=/path/to/your/gateway [Install] WantedBy=multi-user.targetsudo systemctl enable lumi_ai_data_gateway.servicesudo systemctl start lumi_ai_data_gateway.service
3. Using rc.local (For Older Systems or Specific Use Cases)
rc.local (For Older Systems or Specific Use Cases)4. Using Desktop Environment Autostart (For GUI)
Important Notes
Windows
1. Using Startup Folder
For a Specific User:
For All Users:
2. Using Task Scheduler
3. Using Group Policy Editor
Important Notes
Last updated
Was this helpful?