From 577dbfddb67683ba69afc72aa013e6e9b558b817 Mon Sep 17 00:00:00 2001 From: Vexed Date: Thu, 28 Jan 2021 16:18:02 +0000 Subject: [PATCH] Add a note in systemd guide saying working instance is required (#4769) * [Docs] Add note about pre-existing Red instance to systemd * lets actually not just copy paste... --- docs/autostart_systemd.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/autostart_systemd.rst b/docs/autostart_systemd.rst index 1280b424a..85d1eda49 100644 --- a/docs/autostart_systemd.rst +++ b/docs/autostart_systemd.rst @@ -4,6 +4,8 @@ Setting up auto-restart using systemd on Linux ============================================== +.. note:: This guide is for setting up systemd on a Linux environment. This guide assumes that you already have a working Red instance. + ------------------------- Creating the service file -------------------------