~stacyharper/mcron

a sleeping Cron Job Scheduler

cc1c690 bump hare stdlib

2 months ago

cc1c690 bump hare stdlib

3 months ago

#Mcron

Mcron is a cron implementation that is designed to be used on suspendable machines as mobile phone. It will wake the device from suspension to trigger the tasks.

#Usage

$ mcron # The daemon, has to be run as root
$ man mcron # Futher detail

$ mcrontab -e # Edit your user crontab with EDITOR
$ mcrontab -l # Output the user crontab
$ mcrontab -r # Drop the user crontab
$ mcrontab -f # Replace the user crontab with file (- for stdin)
$ man mcrontab # Futher detail

#Build

$ make check
$ make
$ doas make install

#Contribute

Send patches to my public inbox mailing list: Mailing List.

To learn how to use git send-email, please see git-send-email.io.