I installed Cronie, but having a problem using it. I’d like to use it to reboot the computer every day at a certain hour. Anyway, running crontab -e in Terminal, I get this:
Welcome to the Haiku shell.
~> crontab -e
no crontab for user - using an empty one
/bin/sh: line 1: /usr/bin/vi: No such file or directory
crontab: “/usr/bin/vi” exited with status 127
~>
I think the error is related to cronie trying to use Linux’s Vi text editor, which doesn’t exist in Haiku. I can manually create and edit a crontab file, but I don’t know where to create it. Can anyone assist? Thanks