From 3ef7165bad5fa3e9a5d8b2b1b4a3a314ae56ac0e Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Wed, 18 Jun 2025 15:04:59 -0400 Subject: [PATCH] IMproving init scripts receiver and sorter --- linux/osukiss/receiver | 2 +- linux/osukiss/sorter | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/osukiss/receiver b/linux/osukiss/receiver index 6ea4cc6..ba02d74 100644 --- a/linux/osukiss/receiver +++ b/linux/osukiss/receiver @@ -24,7 +24,7 @@ APPNAME=mailleur DAEMON=receiver -DAEMON_PID=/run/${DAEMON}.pid +DAEMON_PID=/run/${APPNAME}/${DAEMON}.lock # Some functions to make the below more readable diff --git a/linux/osukiss/sorter b/linux/osukiss/sorter index e284df0..1f2bea2 100644 --- a/linux/osukiss/sorter +++ b/linux/osukiss/sorter @@ -24,7 +24,7 @@ APPNAME=mailleur DAEMON=sorter -DAEMON_PID=/run/${DAEMON}.pid +DAEMON_PID=/run/${APPNAME}/${DAEMON}.lock # Some functions to make the below more readable -- 2.47.3