mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
9 lines
213 B
Desktop File
9 lines
213 B
Desktop File
[Unit]
|
|
Description=Daemon required to control GPIO pins via pigpio
|
|
[Service]
|
|
ExecStart=/usr/bin/pigpiod -l -t 0 -x 0x0FFF3FF0
|
|
ExecStop=/bin/systemctl kill pigpiod
|
|
Type=forking
|
|
[Install]
|
|
WantedBy=multi-user.target
|