You've already forked Geekwom-NASPi-Daemon
3 lines
118 B
Bash
3 lines
118 B
Bash
# redirect binary (poweroff) to gpio (gpioset)
|
|
alias poweroff="/usr/bin/gpioset --mode='time' --sec='3' '0' '27'='1'"
|