From 89a912e128817a73728aac47ff75946c56d8b68a Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 6 Dec 2013 15:19:39 +0100 Subject: [PATCH] corrected chroot directory --- ocserv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocserv.conf b/ocserv.conf index baa7bca..a8d983e 100644 --- a/ocserv.conf +++ b/ocserv.conf @@ -123,7 +123,7 @@ use-utmp = true #pid-file = /var/run/ocserv.pid # The default server directory. Does not require any devices present. -chroot-dir = /var/ocserv/ +chroot-dir = /var/lib/ocserv/ # socket file used for IPC, will be appended with .PID # It must be accessible within the chroot environment (if any)