From 098b8f2a2e798d596c680a91ddfa29c6df709b0f Mon Sep 17 00:00:00 2001 From: mad Date: Sun, 12 Aug 2018 15:20:03 +0200 Subject: [PATCH] added config variables --- nlvmi.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nlvmi.conf b/nlvmi.conf index 29605c2..d17a778 100644 --- a/nlvmi.conf +++ b/nlvmi.conf @@ -7,9 +7,12 @@ #Loglovel 1-3, 3 is debug LOGLEVEL="3" -#Where your images are stored like qcow2, iso etc. +#Where your images are stored like qcow2 VMDIRECTORY="/kvm" +#Where your iso images are stored +ISODIRECTORY="/kvm/iso" + #Where pids and monitor sockets are getting stored RUNDIRECTORY="/run/nlvmi" @@ -18,6 +21,9 @@ DATABASETYPE="sqlite" #only sqlite settings SQLITEFILE="/etc/nlvmi/nlvmi.sqlite" +#The unix user that runs php, to grand permissions on the sqlite file +PHPUSER="nobody" + #only mariadb settings