1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/testing/pigpio/pigpiod.initd
knuxify cfc5a7783f testing/pigpio: new aport
https://abyz.me.uk/rpi/pigpio/
C library for the Raspberry Pi which allows control of the GPIO
2022-05-27 06:51:31 +00:00

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"