Skip to content
Commit 8c62ad19 authored by Sebastiaan van Stijn's avatar Sebastiaan van Stijn Committed by Yu Watanabe
Browse files

Improve instructions for debugging failing service



In situations where a service fails to start, systemd suggests the user to
use "journalctl -xe" to get details about the failure. While running this
command does provide some additional details, most of the information is
similar to what was already printed when the service fails.

often the actual reason for the failure can be found in the logs of the
service that fails to start.

This patch updates the wording to suggest using "-u" to view the service
logs instead.

Signed-off-by: default avatarSebastiaan van Stijn <github@gone.nl>
parent bc1a4d28
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment