From Fedora Project Wiki

No edit summary
(moved to Packaging Guidelines per https://fedorahosted.org/fpc/ticket/532)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Services which may be enabled by Default ==
#REDIRECT [[Packaging:DefaultServices]]
 
If a service does not require configuration to be functional and does not listen on a network socket, it may be enabled by default (but is not required to do so).
 
In addition, any service which does not remain persistent on the system (aka, it "runs once then goes away"), does not listen to incoming connections during initialization, and does not require configuration to be functional may be enabled by default (but is not required to do so). An example of "runs once then goes away" service is iptables.
 
Finally, there are some services which are permitted to be enabled by default as specific exceptions:
 
* autofs
* avahi
* coda-client
* dbus
* firewalld
* ifplugd
* iscsi-initiator-utils
* isdn4k-utils
* nfs-utils
* NetworkManager
* nss-pam-ldapd's nslcd
* ocfs2-tools
* openssh-server
* rpcbind
* rp-pppoe
* rsyslog
* sysklogd
* xinetd
 
All other services must not be enabled by default. If you think that your package contains a service that should be enabled by default, but does not meet the above criteria, you may request an exception from the FESCo.

Latest revision as of 03:35, 23 May 2015