* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
+* when plymouth is disabled the console password entry stuff seems to be borked
+
Features:
* maybe introduce ExecRestartPre=
if ((r = socket_instantiate_service(s)) < 0)
return r;
- if ((r = label_get_socket_label_from_exe(s->service->exec_command[SERVICE_EXEC_START]->path, &label)) < 0)
- return r;
+ if (s->service && s->service->exec_command[SERVICE_EXEC_START])
+ if ((r = label_get_socket_label_from_exe(s->service->exec_command[SERVICE_EXEC_START]->path, &label)) < 0)
+ return r;
know_label = true;
}