I have a question regarding the Crashplan-Desktop.
I have been noticing my cpu never quiet's down. So I started digging in. /etc/my_init.d/config.sh was at 17% CPU usage. I did a docker stats and found that it was the Crashplan-Desktop. I am curious what the loop that is running bash in this init script is for?
while [ 1 ]; do bash; done
I commented the loop out and the cpu use went back to normal. The container still works fine. What is the purpose of this loop in config.sh?
Thanks,
mp54u