From cac54fd86b16aebb1b1f084576350602f0262b89 Mon Sep 17 00:00:00 2001 From: Alexander Schaefer Date: Thu, 10 Mar 2016 21:56:34 +0100 Subject: [PATCH] Fix copy-and-paste mistake. --- util/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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