[gelöst] How to run /etc/init.d/busybox-cron at DM800 startup ?

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • [gelöst] How to run /etc/init.d/busybox-cron at DM800 startup ?

      i have a DM800 with latest Newnigma2. I am starting manually the command " /etc/init.d/busybox-cron start" each time a boot the box… How can i automate this ?
    • if you want do use the preinstalled busybox-cron execute this command once after flashing

      update-rc.d busybox-cron defaults


      2nd solution: install vixie cron online which will start on bootup automaticly

      opkg update && opkg install cron


      possibly you have to transfer the existing busybox crontabs to the new crontab file after installing cron. You can check this with


      crontab -l
      Gruß Fred

      Die Dreambox ist tot, es lebe die Dreambox

      ¯\_(ツ)_/¯

      Quellcode

      1. root@dm920:~$ mount | grep "/ "
      2. /dev/mmcblk1p1 on / type ext4 (rw,relatime,data=ordered)
      3. root@dm920:~$