Skip to content

Commit d6d2d56

Browse files
committed
Updaedt
1 parent 869072d commit d6d2d56

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

readMe.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,25 @@ sudo systemctl start scuttle_robot.service
200200
```
201201
sudo systemctl status scuttle_robot.service
202202
```
203+
204+
Service pigpio
205+
```
206+
[Unit]
207+
Description=pigpio daemon
208+
After=network.target
209+
210+
[Service]
211+
Type=forking
212+
ExecStart=/usr/bin/pigpiod
213+
Restart=always
214+
# If pigpiod needs specific parameters, add them to the line above
215+
# Example: ExecStart=/usr/bin/pigpiod -o -l # -o for no prompts, -l for log
216+
217+
[Install]
218+
WantedBy=multi-user.target
219+
```
220+
221+
222+
```
223+
sudo nano /etc/systemd/system/pigpiod.service
224+
```

0 commit comments

Comments
 (0)