How can I alter the cron settings?

Asked by Chris Miller

With the cron option enabled, origami currently starts at 5pm and shuts off at 8pm, but I'd like to alter those times. What's the easiest way to do so?

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
origami Edit question
Assignee:
No assignee Edit question
Solved by:
Christer Edwards
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Chris Miller (chrisamiller) said :
#1

type: starts at 5pm, stops at 8am. (as expected)

Revision history for this message
Chris Miller (chrisamiller) said :
#2

arrgh - didn't mean to set it as solved. Sigh...

Revision history for this message
Best Christer Edwards (christer.edwards) said :
#3

The cron settings are set within the crontab of the origami user. To edit the times you can run:

sudo crontab -u origami -e

You should see two lines, one for start and one for stop. Simply update the times (first field) and save.

Revision history for this message
Chris Miller (chrisamiller) said :
#4

Thanks. I checked my cron and the root user's cron, but it didn't occur to me that origami was using it's own username (which makes sense in retrospect). Thanks for the help!

Revision history for this message
Chris Miller (chrisamiller) said :
#5

Thanks Christer Edwards, that solved my question.