Skip to content

Instantly share code, notes, and snippets.

@mmore500
Created October 23, 2018 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmore500/3010a4a35d3d575800689a6d9ad5a7a1 to your computer and use it in GitHub Desktop.
Save mmore500/3010a4a35d3d575800689a6d9ad5a7a1 to your computer and use it in GitHub Desktop.
/etc/init.d/logkeys-start.sh
#!/bin/bash
### BEGIN INIT INFO
# Provides: logkeys-start
# Required-Start: $all
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Halts USB power...
### END INIT INFO
/usr/local/bin/logkeys -s -m /home/mmore500/.config/logkeys/mylang.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment