From aad34f2b08df8954d669c9b12caa09c936181918 Mon Sep 17 00:00:00 2001 From: OofChair Date: Tue, 2 Mar 2021 18:19:59 -0500 Subject: [PATCH] sudo -e -> sudo nano (#4869) I changed this as it was mentioned in #4082. (https://github.com/Cog-Creators/Red-DiscordBot/pull/4082#issuecomment-789291030) --- docs/autostart_systemd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/autostart_systemd.rst b/docs/autostart_systemd.rst index 85d1eda49..789e40bd4 100644 --- a/docs/autostart_systemd.rst +++ b/docs/autostart_systemd.rst @@ -32,7 +32,7 @@ Next, your python :code:`path` can be fetched with the following commands: Then create the new service file: -:code:`sudo -e /etc/systemd/system/red@.service` +:code:`sudo nano /etc/systemd/system/red@.service` Paste the following in the file, and replace all instances of :code:`username` with the Linux username you retrieved above, and :code:`path` with the python path you retrieved above.