OSDN Git Service

New service: espeakup.
authormobinmob <mobinmob@disroot.org>
Sun, 21 Feb 2021 20:56:22 +0000 (22:56 +0200)
committermobinmob <mobinmob@disroot.org>
Sat, 20 Mar 2021 16:37:16 +0000 (18:37 +0200)
usr/share/66/service/espeakup [new file with mode: 0644]

diff --git a/usr/share/66/service/espeakup b/usr/share/66/service/espeakup
new file mode 100644 (file)
index 0000000..aa54620
--- /dev/null
@@ -0,0 +1,10 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "Launch espeakup"
+@user = ( root )
+
+[start]
+@execute = (
+if { modprobe speakup_soft start=1 }
+espeakup -d )