mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 05:47:13 +08:00
10 lines
220 B
SYSTEMD
10 lines
220 B
SYSTEMD
|
[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
|