Skip to content

Instantly share code, notes, and snippets.

@GeoffWilliams
Created March 10, 2015 10:42
Show Gist options
  • Select an option

  • Save GeoffWilliams/f85dba1fcbb70a930833 to your computer and use it in GitHub Desktop.

Select an option

Save GeoffWilliams/f85dba1fcbb70a930833 to your computer and use it in GitHub Desktop.
rc.local -- openwrt. fixes permissions on /dev/shm
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
chgrp nogroup /dev/shm
chmod g+w /dev/shm
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment