view files/pigpiod.service @ 297:d000aead76d4

add tofu
author drewp@bigasterisk.com
date Wed, 15 May 2024 17:38:52 -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