summaryrefslogtreecommitdiff
path: root/community/espeakup/espeakup.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/espeakup/espeakup.service')
-rw-r--r--community/espeakup/espeakup.service5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/espeakup/espeakup.service b/community/espeakup/espeakup.service
index 58d7d47fa..88559d0fe 100644
--- a/community/espeakup/espeakup.service
+++ b/community/espeakup/espeakup.service
@@ -1,5 +1,8 @@
[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
@@ -9,4 +12,4 @@ ExecReload=/bin/kill -HUP $MAINPID
Restart=always
[Install]
-WantedBy=multi-user.target
+WantedBy=sound.target