Skip to content

Instantly share code, notes, and snippets.

@cactaceae21
Last active September 30, 2017 19:12
Show Gist options
  • Save cactaceae21/f578a12bb281760e0ce5dabeda7d3d19 to your computer and use it in GitHub Desktop.
Save cactaceae21/f578a12bb281760e0ce5dabeda7d3d19 to your computer and use it in GitHub Desktop.
WD MYCloud - photo scanning disable #wd #mycloud

Stop the current processes

  • /etc/init.d/wdmcserverd stop
  • /etc/init.d/wdphotodbmergerd stop

Prevent them from restarting at boot

  • update-rc.d wdphotodbmergerd disable
  • update-rc.d wdmcserverd disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment