From: Guy McSwain Date: Sun, 30 Aug 2020 15:23:16 +0000 (-0500) Subject: Fix issue #274 - Delay on reboot/shutdown. X-Git-Tag: archive/raspbian/1.78-1+rpi1^2~4^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b332474c9d7742f7a8b0d518f330674603747a12;p=pigpio.git Fix issue #274 - Delay on reboot/shutdown. --- diff --git a/util/pigpiod.service b/util/pigpiod.service index a0bb916..f040d38 100644 --- a/util/pigpiod.service +++ b/util/pigpiod.service @@ -3,6 +3,7 @@ Description=Pigpio daemon [Service] Type=forking +PIDFile=pigpio.pid ExecStart=/usr/bin/pigpiod [Install]