Change base dir to /djumbai instead of /opt/djumbai

This commit is contained in:
2024-05-12 16:22:11 +01:00
parent 5c28fe0531
commit 21a222d855
6 changed files with 22 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
int main() {
//Change the root of the djumbai_enqueue process so it doesn't have access to anything else.
chroot("/opt/djumbai/queue/");
chroot("/djumbai/queue/");
const char *message_queue_path =
"mailqueue";