view files/pigpiod.service @ 319:2e6dbebb2cb3

open more dhcp addrs
author drewp@bigasterisk.com
date Wed, 16 Oct 2024 20:47:19 -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