From ae2c0a022e451021ebea97ff1f15e81f277febf0 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 6 Jun 2014 17:37:26 +0200 Subject: [PATCH] corrected chroot path --- ocserv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocserv.conf b/ocserv.conf index 002dcee..835273c 100644 --- a/ocserv.conf +++ b/ocserv.conf @@ -169,7 +169,7 @@ use-occtl = true #pid-file = /var/run/ocserv.pid # The default server directory. Does not require any devices present. -chroot-dir = /path/to/chroot +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)