Yes, with 'cron '. Here I wrote a tutorial Tutorial: Scheduled tasks in CoreELEC
My script for reboot is:
#!/bin/sh
$(sleep 1m)
$(reboot)
Yes, with 'cron '. Here I wrote a tutorial Tutorial: Scheduled tasks in CoreELEC
My script for reboot is:
#!/bin/sh
$(sleep 1m)
$(reboot)
About | FAQ | Terms of Service | Privacy Policy | Legal Notice