Merge branch 'master' of github.com:chrys87/fenrir
This commit is contained in:
commit
71e33baa63
@ -1,11 +1,13 @@
|
||||
[Unit]
|
||||
Description=Fenrir screenreader
|
||||
|
||||
Wants=systemd-udev-settle.service
|
||||
After=systemd-udev-settle.service sound.target
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/fenrir.pid
|
||||
ExecStart=/usr/bin/fenrir
|
||||
Restart=on-abort
|
||||
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
#Group=fenrir
|
||||
#User=fenrir
|
||||
|
||||
|
1
setup.py
1
setup.py
@ -42,7 +42,6 @@ setup(
|
||||
install_requires=[
|
||||
"evdev",
|
||||
"sox",
|
||||
"python-espeak"
|
||||
],
|
||||
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user