brailcom/speechd

Make auto-spawn support auto-restart

Open

#973 opened on Nov 25, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C (86 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (325 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe.

If the speech-dispatcher daemon gets auto-spawned from the client library, and crashes, it does not get re-auto-spawned.

Describe the solution you'd like The client library should auto-respawn it.

Describe alternatives you've considered One can also use the systemd socket unit, but better fix auto-spawn too.

Contributor guide