mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-19 06:14:18 +02:00
add Environment directive in systemd unit
This commit is contained in:
parent
1812f8e190
commit
983b783cdf
1 changed files with 2 additions and 1 deletions
|
|
@ -7,8 +7,9 @@ After=systemd-udev-settle.service sound.target
|
|||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/run/espeakup.pid
|
||||
Environment="default_voice="
|
||||
ExecStartPre=+modprobe speakup_soft
|
||||
ExecStart=@bindir@/espeakup
|
||||
ExecStart=@bindir@/espeakup --default-voice=${default_voice}
|
||||
ExecReload=kill -HUP $MAINPID
|
||||
Restart=always
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue