summaryrefslogtreecommitdiff
path: root/community-testing/espeakup/espeakup.service
blob: 58d7d47faef86c81db1df8aa8a14e9707a689599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Software speech output for Speakup

[Service]
Type=forking
PIDFile=/run/espeakup.pid
ExecStart=/usr/bin/espeakup
ExecReload=/bin/kill -HUP $MAINPID
Restart=always

[Install]
WantedBy=multi-user.target