Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autostart local FIND server at boot #195

Open
alegiovannelli opened this issue Nov 26, 2017 · 2 comments
Open

Autostart local FIND server at boot #195

alegiovannelli opened this issue Nov 26, 2017 · 2 comments

Comments

@alegiovannelli
Copy link

Hi everyone, I'm trying to run FIND on my sever linux Ubuntu 16.04.

If I run the command from the terminal ./findserver -mqtt 192.168.1.5:1883 -mqttadmin xxxxxxx -mqttadminpass xxxxxx: 8003 everything works regularly, if I would start the FIND server with a bash script (detailed below) at boot, I can open the FIND dashboard but the data is not updated. Some idea ?
Thanks in advance.

#! /bin/bash
#
cd /home/xxxxxxx/find && ./find -mqtt 192.168.1.5:1883 -mqttadmin xxxxxxxx -mqttadminpass xxxxx :8003
@ishanjain28
Copy link

@alegiovannelli What are you using to autostart script?

@alegiovannelli
Copy link
Author

I tried with rc.local and now,from the Ubuntu desktop Startup sessions as from the attached picture. As I say, the dashboard is working at http://192.168.1.5:8003 but devices data are not updated.
Thank you so much for your help.
find

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants