Improve service file for systemd
This commit is contained in:
parent
4b4fcb56db
commit
5fda1b3573
@ -2,8 +2,12 @@
|
|||||||
Description=Fenrir screenreader
|
Description=Fenrir screenreader
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/fenrir
|
|
||||||
Type=forking
|
Type=forking
|
||||||
|
PIDFile=/var/run/fenrir.pid
|
||||||
|
ExecStart=/usr/bin/fenrir
|
||||||
|
Restart=on-abort
|
||||||
|
#Group=fenrir
|
||||||
|
#User=fenrir
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user