Skip to content

dtmateojr/norc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

norc

Norc is a rewrite of cron in bash. Job syntax is compatible with vixie cron.

To run, just execute the script as root. For example:

nohup ./norc &> /path/to/logfile &

Jobs go into /var/spool/norc. After making changes to the job file, send a SIGHUP to the norc process: kill -1 pidof norc

Limitations:

It assumes that your job specification has the correct syntax.

About

Norc is a rewrite of cron in bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages