summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/linux-restarter.md4
1 files changed, 4 insertions, 0 deletions
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.