summaryrefslogtreecommitdiff
path: root/community/espeakup/espeakup.service
blob: 88559d0fe51082737c1e41e494dcc7e348f830d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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
PIDFile=/run/espeakup.pid
ExecStart=/usr/bin/espeakup
ExecReload=/bin/kill -HUP $MAINPID
Restart=always

[Install]
WantedBy=sound.target