No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= cron | = cron to systemd time units = | ||
== Summary == | == Summary == | ||
Fix dependency on crontab in packages containing cron jobs as well as migrate cron jobs that are applicable to native systemd timer units. | |||
== Owner == | == Owner == | ||
Line 13: | Line 13: | ||
* Targeted release: [[Releases/Fedora 21 | Fedora 21 ]] | * Targeted release: [[Releases/Fedora 21 | Fedora 21 ]] | ||
* Last updated: | * Last updated: | ||
* Percentage of completion: | * Percentage of completion: 20 | ||
== Detailed Description == | == Detailed Description == | ||
Fix dependency on crontab in packages containing cron jobs as well as migrate cron jobs that are applicable to native systemd timer units in packages that already depend on systemd. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Proper dependency in packages shipping cron jobs. | |||
Better systemd integration in the distribution. | |||
== Scope == | == Scope == | ||
* Adjust packaging guidelines to fix dependency in cron packages [[Packaging/CronFiles| Package Cron Files]] DONE | * Adjust packaging guidelines to fix dependency in cron packages [[Packaging/CronFiles| Package Cron Files]] DONE | ||
* Fix spec files in packages that are not applicable for migration [ | * Fix spec files in packages that are not applicable for migration [https://bugzilla.redhat.com/show_bug.cgi?id=947037 Fix Cron Dependency Tracking Bug] | ||
* Review and migrate if applicable cron jobs shipped in packages that already depend on systemd | * Adjust packaging guidelines to mention migration of cron jobs to timer units for packages that already depend on systemd | ||
* Review and migrate if applicable cron jobs shipped in packages that already depend on systemd [https://bugzilla.redhat.com/show_bug.cgi?id=991679 Timer Migration Tracking Bug] | |||
== How To Test == | == How To Test == | ||
*Install | * Install the package that contains the new native systemd timer unit file. | ||
* Check if the the time trigger ran | |||
== User Experience == | == User Experience == | ||
Administrators will have better time trigger in units compared to cron jobs like for example when administrator stops a service/daemon the timer unit will stop as well etc. | |||
== Dependencies == | == Dependencies == | ||
Line 58: | Line 48: | ||
== Contingency Plan == | == Contingency Plan == | ||
Continue to ship the cron jobs as is | Continue to ship the cron jobs as is. | ||
== Documentation == | == Documentation == | ||
* | * updated guidelines and systemd wiki page | ||
== Release Notes == | == Release Notes == | ||
Line 71: | Line 61: | ||
* See [[Talk:Features/cron-to-systemd-time-units]] <!-- This adds a link to the "discussion" tab associated with your page. This provides the ability to have ongoing comments or conversation without bogging down the main feature page --> | * See [[Talk:Features/cron-to-systemd-time-units]] <!-- This adds a link to the "discussion" tab associated with your page. This provides the ability to have ongoing comments or conversation without bogging down the main feature page --> | ||
[[Category: | [[Category:FeatureReadyForWrangler]] | ||
<!-- When your feature page is completed and ready for review --> | <!-- When your feature page is completed and ready for review --> | ||
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler --> | <!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler --> | ||
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete--> | <!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete--> | ||
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> | <!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> |
Revision as of 12:06, 6 January 2014
cron to systemd time units
Summary
Fix dependency on crontab in packages containing cron jobs as well as migrate cron jobs that are applicable to native systemd timer units.
Owner
- Name: Jóhann B. Guðmundsson
- Email: johannbg AT gmail DOT com
Current status
- Targeted release: Fedora 21
- Last updated:
- Percentage of completion: 20
Detailed Description
Fix dependency on crontab in packages containing cron jobs as well as migrate cron jobs that are applicable to native systemd timer units in packages that already depend on systemd.
Benefit to Fedora
Proper dependency in packages shipping cron jobs. Better systemd integration in the distribution.
Scope
- Adjust packaging guidelines to fix dependency in cron packages Package Cron Files DONE
- Fix spec files in packages that are not applicable for migration Fix Cron Dependency Tracking Bug
- Adjust packaging guidelines to mention migration of cron jobs to timer units for packages that already depend on systemd
- Review and migrate if applicable cron jobs shipped in packages that already depend on systemd Timer Migration Tracking Bug
How To Test
- Install the package that contains the new native systemd timer unit file.
- Check if the the time trigger ran
User Experience
Administrators will have better time trigger in units compared to cron jobs like for example when administrator stops a service/daemon the timer unit will stop as well etc.
Dependencies
No external dependency
Contingency Plan
Continue to ship the cron jobs as is.
Documentation
- updated guidelines and systemd wiki page
Release Notes
There shouldn't be anything we need to specifically say other than highlighting the change.