/lib/systemd/system/espeakup.service is in espeakup 1:0.80-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [Unit]
Description=Software speech output for Speakup
Documentation=man:espeakup(8)
Wants=systemd-udev-settle.service
After=systemd-udev-settle.service sound.target
[Service]
Type=forking
PIDFile=/run/espeakup.pid
Environment="VOICE= ALSA_CARD="
EnvironmentFile=-/etc/default/espeakup
ExecStart=/usr/bin/espeakup -V ${VOICE}
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
[Install]
WantedBy=sound.target
|