Opened 3 weeks ago
#889 new enhancement
Simple service restarter
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Implement a simple service restarter that could replace the driver restarter functionality present in devman
.
In many cases we try to connect to a service which is basically a singleton provided by a particular server. If the server is not running or fails to start, we can end up blocking indefinitely.
Location service could use this restarter to start the service, or determine that it cannot start and return failure.
The mapping between FQSN and file system path of the server is TBD (static? recipes?).
Note:
See TracTickets
for help on using tickets.