We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869072d commit d6d2d56Copy full SHA for d6d2d56
readMe.md
@@ -200,3 +200,25 @@ sudo systemctl start scuttle_robot.service
200
```
201
sudo systemctl status scuttle_robot.service
202
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