dachev / node-crontab

A module for creating, reading, updating, and deleting system cron jobs
189 stars 35 forks source link

Better multiplatform support #4

Closed mcandre closed 11 years ago

mcandre commented 11 years ago

We could generalize node-crontab a little bit to improve support for other *nix environments, and eventually for Windows.

For example, crontab may not always be installed in /usr/bin, so it might be a good idea to remove the absolute path from the COMMAND variable.

https://github.com/dachev/node-crontab/blob/master/lib/index.js#L4

dachev commented 11 years ago

Absolute path to crontab has been removed in the latest version.