Skip to content

Commit f9b9ea4

Browse files
author
Dave Conway-Jones
committed
remove the word Pi from the system install instructions
1 parent 8607a8c commit f9b9ea4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/hardware/raspberrypi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ below for how to add this to a manually installed version.
172172

173173
#### Adding Autostart capability using SystemD
174174

175-
The preferred way to autostart Node-RED on Pi is to use the built in systemd
175+
The preferred way to autostart Node-RED is to use the built in systemd
176176
capability. The pre-installed version does this by using a `nodered.service`
177177
file and start and stop scripts. You may install these by running the following
178178
commands
@@ -202,13 +202,13 @@ Systemd uses the `/var/log/system.log` for logging. To filter the log use
202202

203203
sudo journalctl -f -u nodered -o cat
204204

205-
#### Changing the systemd environment - non-Pi user
205+
#### Changing the systemd environment - running as non-Pi user
206206

207-
To run as a user other than Pi, you need to edit the nodered.service file. To edit this use sudo to edit the file `/lib/systemd/system/nodered.service` and change the lines 4, 5 and 6 as indicated by {your_user} below
207+
To run as a user other than the default `pi`, you need to edit the nodered.service file. To edit this use sudo to edit the file `/lib/systemd/system/nodered.service` and change the lines as indicated by {your_user} below
208208

209209
[Service]
210210
Type=simple
211-
# Run as normal pi user - feel free to change...
211+
# Run as normal pi user - change to the user name you wish to run Node-RED as
212212
User={your_user}
213213
Group={your_user}
214214
WorkingDirectory=/home/{your_user}

0 commit comments

Comments
 (0)