diff options
Diffstat (limited to 'community-testing/espeakup/espeakup.service')
-rw-r--r-- | community-testing/espeakup/espeakup.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community-testing/espeakup/espeakup.service b/community-testing/espeakup/espeakup.service deleted file mode 100644 index 58d7d47fa..000000000 --- a/community-testing/espeakup/espeakup.service +++ /dev/null @@ -1,12 +0,0 @@ -[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 |