Storm Dragon wrote:
Nov 01 23:18:44 dungeon-master systemd[1]: espeakup@en-us.service: main process exited, code=exited, status=2/INVALIDARGUMENT Nov 01 23:18:44 dungeon-master systemd[1]: Unit espeakup@en-us.service entered failed state. Nov 01 23:18:44 dungeon-master systemd[1]: espeakup@en-us.service holdoff time over, scheduling restart. Nov 01 23:18:44 dungeon-master systemd[1]: Stopping Software speech output for Speakup (default voice: en-us)... Nov 01 23:18:44 dungeon-master systemd[1]: Starting Software speech output for Speakup (default voice: en-us)... Nov 01 23:18:44 dungeon-master systemd[1]: espeakup@en-us.service start request repeated too quickly, refusing to start. Nov 01 23:18:44 dungeon-master systemd[1]: Failed to start Software speech output for Speakup (default voice: en-us). Nov 01 23:18:44 dungeon-master systemd[1]: Unit espeakup@en-us.service entered failed state.
You can include "RestartSec=15" in the "[Service]" section of the service file to work around the "request repeated too quickly" error. To correctly resolve this you will need to determine why it is exiting and adjust accordingly, e.g. by adding dependency and ordering entries to the service file (e.g. "After=..." in the "[Unit]" section). Regards, Xyne