Comment 13 for bug 566788

Revision history for this message
Daniel Hahler (blueyed) wrote :

My workaround is to create a /etc/init/my-on-mounted.conf file, with the following content:

start on mounted
script
        chmod 777 /dev/shm
end script