From 6701742c7533bc73d5089db87796881173e5b001 Mon Sep 17 00:00:00 2001 From: Tobias Block Date: Wed, 16 Oct 2024 20:14:07 +0000 Subject: [PATCH] Disabling private tmp folders for workers. --- installation/mercure_worker_fast@.service | 1 - installation/mercure_worker_slow@.service | 1 - 2 files changed, 2 deletions(-) diff --git a/installation/mercure_worker_fast@.service b/installation/mercure_worker_fast@.service index b215358..c73381f 100644 --- a/installation/mercure_worker_fast@.service +++ b/installation/mercure_worker_fast@.service @@ -10,7 +10,6 @@ ExecStart=/opt/mercure/env/bin/rq worker mercure_fast ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s TERM $MAINPID User=mercure -PrivateTmp=true Restart=always [Install] diff --git a/installation/mercure_worker_slow@.service b/installation/mercure_worker_slow@.service index 68ef360..cfc8112 100644 --- a/installation/mercure_worker_slow@.service +++ b/installation/mercure_worker_slow@.service @@ -10,7 +10,6 @@ ExecStart=/opt/mercure/env/bin/rq worker mercure_slow ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s TERM $MAINPID User=mercure -PrivateTmp=true Restart=always [Install]