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]