We require a network connection, don't start before the network is ready (#3549)

This commit is contained in:
Michael H 2020-02-13 14:40:25 -05:00 committed by GitHub
parent 0913b68a1e
commit a44047bfe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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