Mercurial > code > home > repos > infra
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/files/pigpiod.service Sun Apr 21 17:07:23 2024 -0700 @@ -0,0 +1,11 @@ +# 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