[APP] pyLoad v0.4.9 for firmware V4+ (11/2014)

salapis wrote:

It does not seem to launch at boot for me.

 

I need to run the following command via SSH after every reboot. (reboot of the wdmycloud, not pyload restart)

 

/etc/init.d/pyload start

 

 

Can you check the logs? Or try to enable the startup service?

update-rc.d pyload defaults

A dirty workaround is to startup from crontab. Edit your crontab with:

crontab -e

 Then add a new line:

@reboot /etc/init.d/pyload start