Mercurial > code > home > repos > infra
view files/pigpiod.service @ 300:e9950e0185b0
more hosts
author | drewp@bigasterisk.com |
---|---|
date | Wed, 07 Aug 2024 00:58:20 -0700 |
parents | 65e28d2e0cd8 |
children |
line wrap: on
line source
# written by pyinfra [Unit] Description=Daemon required to control GPIO pins via pigpio [Service] Type=simple ExecStart=/usr/bin/pigpiod -g -p 8888 [Install] WantedBy=multi-user.target