Changeset 4224ef7 in mainline for uspace/srv/sysman/units/unit_svc.c
- Timestamp:
- 2019-08-06T18:18:37Z (6 years ago)
- Children:
- e55741e
- Parents:
- dd5c623
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-11 16:50:40)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 18:18:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_svc.c
rdd5c623 r4224ef7 87 87 int rc = task_spawnv(NULL, NULL, u_svc->exec_start.path, 88 88 u_svc->exec_start.argv); 89 sysman_log(LVL_DEBUG2, "task_spawn(%s, %s)", u_svc->exec_start.path, u_svc->exec_start.argv[0]); 89 90 90 if (rc != EOK) { 91 91 unit->state = STATE_FAILED;
Note:
See TracChangeset
for help on using the changeset viewer.