Added support for specifying user in config and then validating install

This commit is contained in:
laf
2015-09-21 21:06:57 +00:00
parent 74b293ef06
commit 4cc9482dbe
3 changed files with 27 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ $config['memcached']['enable'] = FALSE;
$config['memcached']['host'] = "localhost";
$config['memcached']['port'] = 11211;
// This is the user LibreNMS will run as
//Please ensure this user is created and has the correct permissions to your install
$config['user'] = 'librenms';
### Locations - it is recommended to keep the default
#$config['install_dir'] = "/opt/librenms";