mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
We require a network connection, don't start before the network is ready (#3549)
This commit is contained in:
parent
0913b68a1e
commit
a44047bfe3
@ -39,6 +39,8 @@ Paste the following in the file, and replace all instances of :code:`username` w
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=%I redbot
|
Description=%I redbot
|
||||||
After=multi-user.target
|
After=multi-user.target
|
||||||
|
After=network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=path -O -m redbot %I --no-prompt
|
ExecStart=path -O -m redbot %I --no-prompt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user