diff --git a/autostart/systemd/fenrir.service b/autostart/systemd/fenrir.service index f79dd40c..449e3155 100644 --- a/autostart/systemd/fenrir.service +++ b/autostart/systemd/fenrir.service @@ -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 diff --git a/setup.py b/setup.py index 86638581..258af8d3 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ setup( install_requires=[ "evdev", "sox", - "python-espeak" ], )