An open API service indexing awesome lists of open source software.

https://github.com/pierregode/ubuntu-systemctl-service


https://github.com/pierregode/ubuntu-systemctl-service

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Why create cronjobs when you can run services??

If you have your cron setup with 10 different tasks, all the tasks will fail if cron fails.

Cronjobs only work setting timers and reboot, while services can be configurated to start when for example network is up.
also a service is running while cronjob can only be set to as low as once a minute.


@Created By Pierre Gode