server startup

Discussion about software developed by Freematics, including Freematics Builder and Freematics Emulator GUI
Post Reply
oriebirj
Posts: 9
Joined: Sat Oct 30, 2021 2:24 am

server startup

Post by oriebirj »

Anyone can advise the best way to start the server on a linux machine?
Because from terminal window stays open.

I would rather run it on the background.

Already tried creating a script to call from cron but for some reason data doesnt flow the same way. Basically doesnt get recorded and i cant get why.

#!/bin/bash

cd /root/teleserver/

nohup ./teleserver -l /root/teleserver/logs &

Any help welcome
Post Reply