Services
Unlike applications services or daemons don’t have interactive interface. Example of it is a mail service. A person may interact with a message by reading it, replying to it, or deleting it, but there is no reason for a person to interact with a mail service.
If an issue is found with a service it maybe logged to a file. It depends on implementation by a developer of such a service if errors will be written to a log file.
Comments
Post a Comment