From 3774703f54ba7d41bec83ddcc1e132c70c3134c1 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 22 Apr 2021 18:47:27 +0200 Subject: Update linux-restarter.md --- docs/linux-restarter.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/linux-restarter.md b/docs/linux-restarter.md index 41b7bfa..8ef84c4 100644 --- a/docs/linux-restarter.md +++ b/docs/linux-restarter.md @@ -1,6 +1,10 @@ ## Introduction This tutorial will walk you through creating a script to restart AzerothCore after a shutdown, restart, or crash when using a Linux server. +The easiest way to setup a restarter is by using our [integrated scripts or docker](how-to-restart-and-debug.md) + +However, the following guy will show you how to create your own restarter from scratch. + ## Creating The Scripts #### Prerequisites - Verify that your Linux server has screen and nano installed. -- cgit