SeattleTestbed / dist

ARCHIVAL: SeattleTestbed's old installer build tool and files
MIT License
0 stars 3 forks source link

Crontab '@reboot' to start Seattle does not work for all crond (e.g. Busybox) #109

Open choksi81 opened 10 years ago

choksi81 commented 10 years ago

The (linux) seattle installer creates a crontab entry @reboot to start seattle on system startup. But not all crond implementations provide the @reboot tag.

E.g. OpenWRT, a Linux distribution for embedded devices, uses the Busybox crond implementation, which does not support @reboot. See OpenWRT ticket

In order to make seattle start automatically on system startup, I manually created a /etc/init.d start script, which works fine. This should be integrated in seattleinstaller.py.

So far I can identify 2 todos:

If one does not mind a crontab zombie, there would only be 1 todo: