Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
{{Code|/etc/init.d/mount_shares_locally start}}
 
==Problem
Note: This script requires the greyhole service be running prior to it starting. To fix this, take to following steps
* Edit /etc/init.d/mount_shares_locally (as user root) in a text editor
** Add greyhole to the list of Required-Start services and save the changes
{{Code|# Required-Start: $network $local_fs $remote_fs smb mysqld greyhole}}
* Remove the service "chkconfig --del mount_shares_locally"
* Re-add the service "chkconfig --add mount_shares_locally"
45

edits