Line 22: | Line 22: | ||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Documentation | Adding the Documentation Field will bring more informational status output to our users base which links to the relevant man pages for the daemon/service. | ||
Fixing PIDFile path to point to the actual runtime directory instead of pointing it to the obsolete /var/run directory which is bind mounted to it. | |||
Removal of EnvironmentalFile entries | Removal of EnvironmentalFile entries |
Revision as of 18:43, 5 June 2012
Systemd unit cleanup and enhancement
Summary
Introducing new systemd documentation feature and bringing shipped units closer to upstream with various cleanups.
Owner
- Name: Jóhann B. Guðmundsson
- Email: johannbg AT gmail DOT com
Current status
- Targeted release: Fedora 18
- Last updated:
- Percentage of completion: 20
Detailed Description
Introduce
Benefit to Fedora
Adding the Documentation Field will bring more informational status output to our users base which links to the relevant man pages for the daemon/service.
Fixing PIDFile path to point to the actual runtime directory instead of pointing it to the obsolete /var/run directory which is bind mounted to it.
Removal of EnvironmentalFile entries
Scope
- Add Documentation= field which will contain relevant man pages to already existing units
- Change PIDFile=/var/run/foo fields to point to PIDFile=/run/foo instead
- Drop any EnvironmentalFile= field in units that points to /etc/sysconfig/foo files
How To Test
- Install/update to the package that contains the new native systemd unit file.
- Check if the update process happened cleanly
- Check if the service starts cleanly after install
- check if the service stops cleanly after and install
- Check if the service reloads cleanly correctly if applicable
- Check if the service status output contains reference to the relevant man pages
- Enable the service then restart
- check if the shutdown process happened cleanly with the service enabled
- check if the service started cleanly at startup
User Experience
Other than the added informative documentation field in the units status output the user should not notice any change.
Dependencies
Depends on legacy sysv initscript to have been converted to native systemd units.
Contingency Plan
Continue to ship the systemd units as is.
Documentation
- It's recommended that documentation for relevant applications that contained and used EnvironmentFile reference points users to How_do I customize a unit file use instead when altering daemon/service startup.
Release Notes
There shouldn't be anything we need to specifically say other than highlighting the change.
Comments and Discussion