mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
16 lines
468 B
Desktop File
16 lines
468 B
Desktop File
[Unit]
|
|
Description=Software speech output for Speakup
|
|
# espeakup needs to start after the audio devices appear, hopefully this should go away in the future
|
|
Wants=systemd-udev-settle.service
|
|
After=systemd-udev-settle.service sound.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/conf.d/espeakup
|
|
PIDFile=/run/espeakup.pid
|
|
ExecStart=/usr/bin/espeakup --default-voice=${default_voice}
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=sound.target
|