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

The tileserver doesn't autostart after server reboots. #12

Open
joshea0 opened this issue Sep 3, 2019 · 0 comments
Open

The tileserver doesn't autostart after server reboots. #12

joshea0 opened this issue Sep 3, 2019 · 0 comments

Comments

@joshea0
Copy link

joshea0 commented Sep 3, 2019

In our production environment, the tileserver does not automatically start back up after a server reboot.

Right now, the manual process to start it is:

sudo su huskytrails
cd ~/huskytrails
nohup npm run tileserver &

For context:

The longterm plan was to dockerize this, but a pm2 script for the above would be significantly better than nothing. Since pm2 processes can persist after reboot.

I agree that using pm2 would be the simplest solution.

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

No branches or pull requests

1 participant