Skip to content

Commit

Permalink
Disabling private tmp folders for workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Oct 16, 2024
1 parent 19dedc9 commit 6701742
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion installation/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion installation/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6701742

Please sign in to comment.