Created
March 10, 2015 10:42
-
-
Save GeoffWilliams/f85dba1fcbb70a930833 to your computer and use it in GitHub Desktop.
rc.local -- openwrt. fixes permissions on /dev/shm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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