https://github.com/pierregode/ubuntu-systemctl-service
https://github.com/pierregode/ubuntu-systemctl-service
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pierregode/ubuntu-systemctl-service
- Owner: PierreGode
- Created: 2018-01-03T06:58:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T11:49:14.000Z (over 2 years ago)
- Last Synced: 2025-03-02T14:23:40.337Z (over 1 year ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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