comparison 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
comparison
equal deleted inserted replaced
288:3af02e24eaf9 289:65e28d2e0cd8
1 # written by pyinfra
2
3 [Unit]
4 Description=Daemon required to control GPIO pins via pigpio
5
6 [Service]
7 Type=simple
8 ExecStart=/usr/bin/pigpiod -g -p 8888
9
10 [Install]
11 WantedBy=multi-user.target