Change base dir to /djumbai instead of /opt/djumbai
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user