load speakup_soft kernel module

This commit is contained in:
Alexander Epaneshnikov 2021-01-28 02:23:19 +03:00
commit 960c4b0136
No known key found for this signature in database
GPG key ID: 1736C918F59A5673

View file

@ -8,8 +8,9 @@ After=systemd-udev-settle.service sound.target
Type=forking
EnvironmentFile=/etc/conf.d/espeakup
PIDFile=/run/espeakup.pid
ExecStartPre=+/sbin/modprobe speakup_soft
ExecStart=/usr/bin/espeakup --default-voice=${default_voice}
ExecReload=/bin/kill -HUP $MAINPID
ExecReload=kill -HUP $MAINPID
Restart=always
[Install]