summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-04-22 18:47:27 +0200
committerGitHub <noreply@github.com>2021-04-22 18:47:27 +0200
commit3774703f54ba7d41bec83ddcc1e132c70c3134c1 (patch)
tree287584d7a48744c9c9521eff4276271ad7d94fe9 /docs
parentf9d6d75d7a6ba2a6750e307816d17e037c749f6f (diff)
downloadwiki-3774703f54ba7d41bec83ddcc1e132c70c3134c1.tar.gz
wiki-3774703f54ba7d41bec83ddcc1e132c70c3134c1.tar.bz2
wiki-3774703f54ba7d41bec83ddcc1e132c70c3134c1.zip
Update linux-restarter.md
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.