i solved the problem!
solution was to write this script :
#!/bin/sh
/bin/sleep 20
cd /home/pi/teamspeakserver
/usr/bin/screen -d -m /usr/local/bin/box86 /home/pi/teamspeakserver/ts3server
And starting it with cron.
Thank you for your help!!
First, thanks for your answer :)
I've tried it with this line in crontab :
@reboot sleep 60 && cd /home/pi/teamspeakserver && screen -d -m box86 ts3server
But there is no effect. No working server, or screen session :(
If i understood it right, the command
@reboot sleep 60 && cd...
thank you verry mutch! now im able to set a cron job to autostart the server on reboot!
edit:
seems like that solved the problem, but results in an other one .... xD
BOX86_LD_LIBRARY_PATH=teamspeakserver box86 teamspeakserver/ts3server license_accepted=1
Dynarec for ARM, with extension...
Hi there. If i try to start ts3 server with box86 on a raspberry pi it works verry well, but just if i am in the directory. The directory name is "Teamspeakserver". so i do "box86 ts3server" and the server starts, and works great.
But if i try to start the server while not in the...