Mercurial > code > home > repos > infra
view files/pigpiod.service @ 305:58d8e6072dcc
update syncthing
author | drewp@bigasterisk.com |
---|---|
date | Sat, 24 Aug 2024 15:06:51 -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