stephank / pocketcron

A tiny cronjob runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pocketcron

A tiny cronjob runner. Great as a 'sidecar' process in your application.

  • No syslog. No email. Cronjobs inherit stdout & stderr from pocketcron.

  • Cronjobs inherit environment variables from pocketcron. (Does not support variables in crontab files.)

  • Supports only the user crontab format. (No username field, like in system crontab files.)

  • Not a deamon. Always runs in the foreground.

About

A tiny cronjob runner

License:MIT License


Languages

Language:Rust 93.0%Language:Nix 3.8%Language:Dockerfile 3.1%