Skip to content

A non-root cron scheduler for a singleton command configured by the command line

Notifications You must be signed in to change notification settings

pretagov/cronsingleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cronsingleton

A user level forground running process which accepts a cron spec and command which will be executed accordingly. Be sure to wrap the cron spec in single quotes to prevent shell globbing.

$ cronsingleton '* * * * *' notifiy-send "hello"

If you specifiy a file as a signle argument to cronsingleton then that file is parsed as a cron script.

$ cronsingleton mycronfile.conf

About

A non-root cron scheduler for a singleton command configured by the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%