From d895772f6f34a4f4a179657a53b5b00dc39edbb7 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Thu, 2 Feb 2017 10:07:56 -0500 Subject: [PATCH] Fix: systemd[1]: [/lib/systemd/system/stratux.service:8] Executable path is not absolute, ignoring: pkill dump1090 --- __lib__systemd__system__stratux.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__lib__systemd__system__stratux.service b/__lib__systemd__system__stratux.service index 7353a517..6e728bb2 100644 --- a/__lib__systemd__system__stratux.service +++ b/__lib__systemd__system__stratux.service @@ -5,7 +5,7 @@ After=network.target [Service] ExecStartPre=/root/stratux-pre-start.sh ExecStart=/usr/bin/gen_gdl90 -ExecStop=pkill dump1090 +ExecStop=/usr/bin/pkill dump1090 KillMode=process Restart=always RestartSec=5