替换@reboot为busybox crond?

时间:2016-02-09 00:59:20

标签: cron crontab busybox

我正在尝试使用busybox在启动时运行脚本,但我已经读过我的cron版本不支持@reboot。我需要使用cron而不是以其他方式运行脚本。有没有一种替代方案可以让它在启动时使用crond和crontab运行?

1 个答案:

答案 0 :(得分:0)

可以使用protected void onPostExecute(Void aVoid) { super.onPostExecute(aVoid); if(isError) CreateOKDialog("Error cancelling trip"); else { CreateOKDialog("Trip cancelled"); startActivity(new Intent(trip.this, login.class)); } } (并将脚本放在@reboot中)在Busybox中实现

/etc/init.d/local

也可以altering /etc/init.d/crond完成。