[systemd-devel] Suggestion for " failed with result 'dependency'."
Windl, Ulrich
u.windl at ukr.de
Thu Jun 5 07:00:36 UTC 2025
Hi!
I wrote a simple service that did not start after boot. The joural message was:
REST-server.service: Job REST-server.service/start failed with result 'dependency'.
Wouldn't it be helpful to log WHICH dependency failed? As I started the server meanwhile that information isn't available any more (it seems).
What the service contains is:
[Unit]
Description=Simple REST Server
Requisite=local-fs.target network-online.target nss-lookup.target
After=local-fs.target network-online.target nss-lookup.target
[Service]
Type=simple
WorkingDirectory=/tmp
#...
Kind regards,
Ulrich Windl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/systemd-devel/attachments/20250605/d952720c/attachment.htm>
More information about the systemd-devel
mailing list