mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
https://abyz.me.uk/rpi/pigpio/ C library for the Raspberry Pi which allows control of the GPIO
9 lines
141 B
Bash
9 lines
141 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="pigpiod"
|
|
|
|
command="/usr/bin/pigpiod"
|
|
command_args="-g -k"
|
|
command_background="yes"
|
|
|
|
pidfile="/run/$RC_SVCNAME.pid"
|