mirror of https://github.com/joan2937/pigpio
Fix copy-and-paste mistake.
This commit is contained in:
parent
c28367d2c8
commit
cac54fd86b
|
@ -15,7 +15,7 @@ To automatically start pigpiod as a service, do the following:
|
||||||
|
|
||||||
+ Tell update-rc.d to automatically start the pigpiod service on system startup:
|
+ Tell update-rc.d to automatically start the pigpiod service on system startup:
|
||||||
```
|
```
|
||||||
sudo update-rc.d skeleton defaults
|
sudo update-rc.d pigpiod defaults
|
||||||
```
|
```
|
||||||
|
|
||||||
+ Now, you can start, stop, and restart pigpiod using
|
+ Now, you can start, stop, and restart pigpiod using
|
||||||
|
|
Loading…
Reference in New Issue