From: Jean-Marc Pigeon (Delson) Date: Wed, 18 Jun 2025 19:04:59 +0000 (-0400) Subject: IMproving init scripts receiver and sorter X-Git-Tag: tag-0.9~96 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=3ef7165bad5fa3e9a5d8b2b1b4a3a314ae56ac0e;p=jmp%2Fmailleur IMproving init scripts receiver and sorter --- 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