Basic SystemD Service Health Conditions

This document (7014607) is provided subject to the disclaimer at the end of this document.

Environment

SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Desktop 12
SystemD

Situation

When a systemd service is not working properly, we sometimes forget to check the obvious.

Resolution

Before you begin detailed troubleshooting, check to see if the service RPM package is installed, it has passed an rpm validation, the service is configured to start at boot time, and the service is currently running. The cups service will be used as an example. For more information see the man pages for each of the commands used.

Viewing the Current State of the Service

# systemctl show cups.service | grep State=
LoadState=loaded
ActiveState=active
SubState=running
UnitFileState=enabled


You can also run systemctl with the status subcommand to show any errors in the log.

# systemctl status cups.service
cups.service - CUPS Printing Service
   Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled)
   Active: active (running) since Fri 2014-02-21 12:12:20 UTC; 47min ago
 Main PID: 11563 (cupsd)
   CGroup: /system.slice/cups.service
           └─11563 /usr/sbin/cupsd -f

Feb 21 12:12:20 server12 systemd[1]: Started CUPS Printing Service.


Service Disabled at Boot

If a service is running, but disabled at boot time, the service will not be started when the server is rebooted. To enabled the service, run:

# systemctl enable cups.service

Service is not Running

Start the service with the systemctl command.

# systemctl start cups.service

Cause


Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:7014607
  • Creation Date: 21-Feb-2014
  • Modified Date:03-Mar-2020
    • SUSE Linux Enterprise Desktop
    • SUSE Linux Enterprise Server

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Join Our Community

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.


SUSE Customer Support Quick Reference Guide SUSE Technical Support Handbook Update Advisories
Support FAQ

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.

Go to Customer Center