From 86c5fc72324013d20aac49360694e7c122276fff Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 10 Sep 2018 00:15:21 +0200 Subject: [PATCH] lcd4linux: fix path to pidfile Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/52b5d06aca445f3c3a27cd4b6e60913ab780b811 Author: vanhofen Date: 2018-09-10 (Mon, 10 Sep 2018) Origin message was: ------------------ - lcd4linux: fix path to pidfile ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcd4l.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index c7738e8c0..cdd234ec3 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -96,7 +96,7 @@ extern cVideo *videoDecoder; #define BGCOLOR LCD_DATADIR "bgcolor" #define FLAG_LCD4LINUX "/tmp/.lcd4linux" -#define PIDFILE "/tmp/lcd4linux.pid" +#define PIDFILE "/var/run/lcd4linux.pid" /* ----------------------------------------------------------------- */