Jump to content

Recommended Posts

You can do what Rumor says or you can do it via shell:

 

make a file restart.sh with permissions 777

#!/bin/sh
sh start.sh
sleep 60*5
sh restart.sh

in start.sh:

#!/bin/sh

cd /usr/home/metin2/db && ./db &
cd /usr/home/metin2/auth && ./auth &
cd /usr/home/metin2/channel1 && ./game &
cd /usr/home/metin2/channel2 && ./game &
cd /usr/home/metin2/game99 && ./game &

NOT TESTED(But i hope it will work)

Link to comment
Share on other sites

you can use Tim's vrunner to daemonize game & db then it will restart automatically

 

I don't trust for tim daemon. Better solution is use daemon it's more extended and very safe. If you want you can setup startup delay, run as user, and many more. For more info type /usr/bin/daemon when is installed.

Here is source http://libslack.org/daemon/#download

  • Metin2 Dev 3
  • Love 1
  • Love 4
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 3

      Crystal Metinstone

    2. 3

      Feeding game source to LLM

    3. 113

      Ulthar SF V2 (TMP4 Base)

    4. 3

      Feeding game source to LLM

    5. 0

      Target Information System

    6. 3

      Feeding game source to LLM

    7. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.