Start Kindle script on system boot with init.d

from blog Christian Fei's Blog - cri.dev, | ↗ original
To manage your custom Kindle scripts I found the following trick super useful. Let’s say you have a script that shows the time on your Kindle e-ink display, under /bin/custom-clock Place your script configuration under /etc/init/.conf (e.g. /etc/init/custom-clock.conf) with the following content: start on started lab126_gui stop on stopping...