void-packages/srcpkgs/logiops/files/logid/run

6 lines
104 B
Bash

#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
modprobe -q hid_logitech_hidpp || exit 1
exec logid ${OPTS}