ng0 <n...@libertad.pw> skribis: > Is there a time out in shepherd service start/checks, or is the > "service could not be started" simply a result of when a service > encounters a fatal error and quits?
“Service could not be started” just means that the ‘start’ procedure of the service returned #f or threw an exception. To debug this, you’d have to check the service’s log files, or use #:log-file to redirect the stdout/stderr to a log file. HTH! Ludo’.