mfreeborn / heliocron

A command line application written in Rust capable of delaying execution of other programs for time periods relative to sunrise and sunset.
Apache License 2.0
241 stars 11 forks source link

Update README.md #71

Open proxymus opened 1 year ago

proxymus commented 1 year ago

I use heliocron to start and stop services via cron. I have found that heliocron only works reliably as a cron job if you specify the full path. Without the path, you can see the job in the log, but the system service is not stopped or started.