http://paste.pocoo.org/show/423847/
Afin de redémarrer le serveur de manière "routinière", j'utilise cron. Voici le script cron:
Code : Tout sélectionner
0 */2 * * * /home/minecraft/minecraft_init restart
30 */2 * * * /home/minecraft/minecraft_init backup
Pourtant quand je fait la commande à la main, ça marche.
Merci de votre aide.