diff --git a/multimedia/sound/speech-dispatcher/files/speech-dispatcherd.service b/multimedia/sound/speech-dispatcher/files/speech-dispatcherd.service new file mode 100644 index 0000000000..ce21c56501 --- /dev/null +++ b/multimedia/sound/speech-dispatcher/files/speech-dispatcherd.service @@ -0,0 +1,10 @@ +[Unit] +Description=Speech-Dispatcher an high-level device independent layer for speech synthesis. +After=syslog.target + +[Service] +Type=forking +ExecStart=/usr/bin/speech-dispatcher -d + +[Install] +WantedBy=multi-user.target diff --git a/multimedia/sound/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/pspec.xml index 587e8963ca..ca20171d08 100644 --- a/multimedia/sound/speech-dispatcher/pspec.xml +++ b/multimedia/sound/speech-dispatcher/pspec.xml @@ -58,6 +58,9 @@ /var/log/speech-dispatcher /usr/share/speech-dispatcher + + speech-dispatcherd.service + @@ -90,7 +93,7 @@ - 2019-03-23 + 2019-03-25 0.9.0 Version bump. Pisi Linux Community