diff --git a/util/pigpiod.service b/util/pigpiod.service new file mode 100644 index 0000000..e98b364 --- /dev/null +++ b/util/pigpiod.service @@ -0,0 +1,9 @@ +[Unit] +Description=Pigpio daemon + +[Service] +Type=simple +ExecStart=/usr/bin/pigpiod -g + +[Install] +WantedBy=multi-user.target