New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make systemd guide clearer on obtaining username and python path #3537
Conversation
docs/autostart_systemd.rst
Outdated
@@ -24,7 +24,7 @@ Then create the new service file: | |||
|
|||
:code:`sudo -e /etc/systemd/system/red@.service` | |||
|
|||
Paste the following and replace all instances of :code:`username` with the username, and :code:`path` with the location you obtained above: | |||
Paste the following and replace all instances of :code:`username` with your Linux username (you can use the :code:`whoami` command if you're unsure), and :code:`path` with the location you obtained above: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is imo a little unclear on why would user want to use this command, I think adding something like "if you're unsure what your username is" would be enough here, but anything that makes it more clear when you should use the command and/or what is the reader "unsure" of is gonna work here so if you think something would fit better here, you can of course put that instead ;)
Paste the following and replace all instances of :code:`username` with your Linux username (you can use the :code:`whoami` command if you're unsure), and :code:`path` with the location you obtained above: | |
Paste the following and replace all instances of :code:`username` with your Linux username (you can use the :code:`whoami` command if you're unsure what your username is), and :code:`path` with the location you obtained above: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I decided to rewrite that section entirely since the whole thing was a little unclear at a couple points.
Type
Description of the changes
Resolves #3462