From a44047bfe352dad47f9e1c96c48ee4de30dc699e Mon Sep 17 00:00:00 2001 From: Michael H Date: Thu, 13 Feb 2020 14:40:25 -0500 Subject: [PATCH] We require a network connection, don't start before the network is ready (#3549) --- docs/autostart_systemd.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/autostart_systemd.rst b/docs/autostart_systemd.rst index 8976bb358..40b003d77 100644 --- a/docs/autostart_systemd.rst +++ b/docs/autostart_systemd.rst @@ -39,6 +39,8 @@ Paste the following in the file, and replace all instances of :code:`username` w [Unit] Description=%I redbot After=multi-user.target + After=network-online.target + Wants=network-online.target [Service] ExecStart=path -O -m redbot %I --no-prompt