Hi Anton,
Traccar is working fine.
As i hosted it in Amazon cloud EC2, during non-using time, i "stop" the instance , but when i needed, i "start" the instance, but everytime after starting or rebooting instance, i have to open putty to staart the traccar server by using ssh command
sudo /opt/traccar/bin/traccar start
so is there any way to start traccar server automatically after reboot or stating instances.
OS : centos
It should start automatically. Check your system init scripts.
how to check ? have to find it in root of centos or config file
I think CentOS uses systemd for initialization, so you need to check systemd config.
Hi Anton,
Traccar is working fine.
As i hosted it in Amazon cloud EC2, during non-using time, i "stop" the instance , but when i needed, i "start" the instance, but everytime after starting or rebooting instance, i have to open putty to staart the traccar server by using ssh command
sudo /opt/traccar/bin/traccar start
so is there any way to start traccar server automatically after reboot or stating instances.
OS : centos