launchctl a une colonne "Status" dans la sortie de la liste launchctl. La page de manuel ou l'une des pages de manuel de launchd associées ne mentionne pas cette colonne ni ce qu'elle signifie.
15
Il s'agit du dernier code de sortie de ce service.
La launchctl
page de manuel le décrit.
list [-x] [label]
With no arguments, list all of the jobs loaded into launchd in
three columns. The first column displays the PID of the job if
it is running. The second column displays the last exit status
of the job. If the number in this column is negative, it repre-
sents the negative of the signal which killed the job. Thus,
"-15" would indicate that the job was terminated with SIGTERM.
The third column is the job's label.