Date:2010-10-17 12:07:34 (13 years 5 months ago)
Author:kyak
Commit:1a6e2dc80b722d76cb6bd6a9344e688276049281
Message:fnkeys is now correctly daemonized at start

Files: fn-handle/files/fn-handle.init (1 diff)

Change Details

fn-handle/files/fn-handle.init
55DEVICE_PW="/dev/input/event0"
66
77start() {
8    fnkeys $DEVICE_PW &
8    start-stop-daemon -S -x /usr/bin/fnkeys -b $DEVICE_PW
99}
1010
1111stop() {

Archive Download the corresponding diff file



interactive