From: Alexander Schaefer Date: Thu, 10 Mar 2016 20:56:34 +0000 (+0100) Subject: Fix copy-and-paste mistake. X-Git-Tag: archive/raspbian/1.68-2+rpi1~88^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cac54fd86b16aebb1b1f084576350602f0262b89;p=pigpio.git Fix copy-and-paste mistake. --- diff --git a/util/readme.md b/util/readme.md index 6cd58dd..27c4c3d 100644 --- a/util/readme.md +++ b/util/readme.md @@ -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: ``` - sudo update-rc.d skeleton defaults + sudo update-rc.d pigpiod defaults ``` + Now, you can start, stop, and restart pigpiod using