summarylogtreecommitdiffstats
path: root/speakupconf.service
diff options
context:
space:
mode:
Diffstat (limited to 'speakupconf.service')
-rw-r--r--speakupconf.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/speakupconf.service b/speakupconf.service
new file mode 100644
index 000000000000..d7e12fb4eb6a
--- /dev/null
+++ b/speakupconf.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Load speakup configuration
+DefaultDependencies=no
+After=espeakup.service
+
+[Service]
+Type=oneshot
+ExecStart=-/usr/bin/speakupconf load
+StandardOutput=syslog
+
+[Install]
+WantedBy=sound.target