Just add it on a cronjob??i need script auto launch the jts3servermod on boot and thnx
OS : Centos
https://geekflare.com/how-to-auto-start-services-on-boot-in-linux/i need script auto launch the jts3servermod on boot and thnx
OS : Centos
# ts3bot
#
# bot teamspeak
description "bot teamspeak"
start on runlevel [2345]
stop on runlevel [!2345]
pre-start script
cd /home/botts3/ & screen -S ts3bot java -mx30M -jar JTS3ServerMod.jar
end script
install screennot work