Mercurial > code > home > repos > infra
view files/pigpiod.service @ 289:65e28d2e0cd8
move static templates to files/ ; use inventory tags for selecting hosts+features ; other refactors
author | drewp@bigasterisk.com |
---|---|
date | Sun, 21 Apr 2024 17:07:23 -0700 |
parents | templates/pigpiod.service.j2@db4b3a07a3dc |
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