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