Improve instructions for debugging failing service
authorSebastiaan van Stijn <github@gone.nl>
Wed, 23 Dec 2020 22:51:04 +0000 (23:51 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 Dec 2020 05:36:55 +0000 (14:36 +0900)
commit8c62ad19290ff9239f5c399173eacb676169922b
tree8f5e792656a257021509ae9ca1a9f6fd64e313a3
parentbc1a4d28bb6a188b250e8618af310548d9262014
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: Sebastiaan van Stijn <github@gone.nl>
src/shared/bus-wait-for-jobs.c