Updated fenrir.service to play a little bit nicer with restarts and reloads, and updated setup.py as python-espeak is no longer found in pipi.
This commit is contained in:
parent
b417aa67ac
commit
e66fbc6b02
@ -1,11 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Fenrir screenreader
|
Description=Fenrir screenreader
|
||||||
|
Wants=systemd-udev-settle.service
|
||||||
|
After=systemd-udev-settle.service sound.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/fenrir.pid
|
PIDFile=/var/run/fenrir.pid
|
||||||
ExecStart=/usr/bin/fenrir
|
ExecStart=/usr/bin/fenrir
|
||||||
Restart=on-abort
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||||
|
Restart=always
|
||||||
#Group=fenrir
|
#Group=fenrir
|
||||||
#User=fenrir
|
#User=fenrir
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user