[speech-dispatcher] Introduce systemd unit file, drop SysV support

Toshio くらとみ toshio at fedoraproject.org
Tue Jul 26 19:44:38 UTC 2011


commit c738da0f59d3915f072629b0f5f8132d76f9d1cd
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Jul 26 12:44:23 2011 -0700

    Introduce systemd unit file, drop SysV support

 speech-dispatcherd         |   95 --------------------------------------------
 speech-dispatcherd.service |   10 +++++
 2 files changed, 10 insertions(+), 95 deletions(-)
---
diff --git a/speech-dispatcherd.service b/speech-dispatcherd.service
new file mode 100644
index 0000000..ce21c56
--- /dev/null
+++ b/speech-dispatcherd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Speech-Dispatcher an high-level device independent layer for speech synthesis.
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/speech-dispatcher -d 
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list