From a93c60f75bc10ebe4755be4636577dcbc93fcb12 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Fri, 15 Jul 2016 13:07:34 +0200 Subject: [PATCH] Update fenrir.service --- autostart/systemd/fenrir.service | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/autostart/systemd/fenrir.service b/autostart/systemd/fenrir.service index ca7d2c47..eed9e8d7 100644 --- a/autostart/systemd/fenrir.service +++ b/autostart/systemd/fenrir.service @@ -1,11 +1,9 @@ [Unit] -Description=fenrir -#After= +Description=Fenrir screenreader [Service] -ExecStart=path_to_executable +ExecStart=/usr/bin/fenrir Type=forking -PIDFile=path_to_pidfile [Install] WantedBy=default.target