From Fedora Project Wiki

< User:Tibbs

Revision as of 17:25, 13 July 2018 by Tibbs (talk | contribs) (Note conflict between manual configuration and hardware enablement.)

Enabling Services by Default

Only services that meet all criteria below are permitted (but not required) to be enabled by default on package installation.

For the purposes of this document, a "service" is defined as one or more of:

Note that this includes processes which are not persistent. If something started by a systemd service unit runs for a short period of time and then exits, it is still a service. An example would be iptables.

Must not alter other services

Installation of the package providing the unit auto-started by this preset may not change the behavior of any other service running (or potentially running) on the system.

Must not require manual configuration to function

The service must not require configuration before it starts properly. If the end-user/administrator must make some specific configuration change before the service is able to start without error and provide useful functionality then it MUST NOT be enabled by default.

XXX So... should we allow services to start by default which do nothing but exit cleanly if not configured? If not, then what about things which only function on some hardware? That would conflicts directly with the later rule about hardware enablement.

Must not listen for outside connections

The service must not listen on a network socket for connections originating on a separate physical or virtual machine.

D-BUS services and hardware-activated services generally meet this requirement.

Hardware Support Services

Some hardware requires some additional service to be started in order to be useful. This may come in the form of a non-persistent setup process or in the form of a continuously-running service. If the service can be hardware activated to only start when the relevant hardware is present and do nothing when not present, and otherwise it meets the above requirements, then it SHOULD be enabled by default upon package installation.

If the service cannot be hardware activated, but it is possible to configure it such that it


Because full and automatic hardware support is desirable, such services SHOULD start automatically if that is possible without violating the above requirements.

It is preferred that such services simply be hardware-activated if possible so that they only start when the relevant hardware is present.

If such services meet the above requirements and do


  • They meet the above requirements for default services.
  • They

If, when run on systems which do not possess the relevant hardware, those services exit cleanly, without error and without marking the service as "failed" from the perspective of systemd then those services SHOULD be enabled by default.

XXX That's a tortuous sentence.


  • Manual configuration is not required (as above)



Services which suport

Approved Exceptions

Some services which are permitted to be enabled by default as specific exceptions. Services that should be enabled by default throughout all of Fedora must be approved by FESCo. Services that should be enabled or disabled by default only on one or more of the Fedora Editions must be approved by those Editions' Working Groups.

Example:

  • FESCo approves openssh-server to run by default on Fedora in general.
  • Workstation WG approves openssh-server to be disabled by default on the Workstation Edition.