Mercurial > code > home > repos > infra
view files/pigpiod.service @ 312:5f8d328e32b3
kitty ver
author | drewp@bigasterisk.com |
---|---|
date | Mon, 16 Sep 2024 20:11:34 -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