From d48f7cb6557b8c80b0b920284ef709da3a56646e Mon Sep 17 00:00:00 2001 From: pks Date: Mon, 10 May 2021 19:41:38 +0200 Subject: correct PID file --- config/weather-logger-receiver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/weather-logger-receiver.yaml b/config/weather-logger-receiver.yaml index 6dc26a4..e92c00e 100644 --- a/config/weather-logger-receiver.yaml +++ b/config/weather-logger-receiver.yaml @@ -1,7 +1,7 @@ device_path: "/dev/ttyUSB0" database_path: "/usr/local/share/weather_logger/weather.db" log_file_path: "/var/log/weather_logger/receiver.log" -pid_file_path: "/run/weather_logger/pid" +pid_file_path: "/run/weather_logger/receiver.pid" locations: -- cgit v1.2.3