./daily.sh as librenms user

Add hint to encourage running ./daily.sh as the user librenms user.

We could also add this:
`runuser -l librenms -c ./daily.sh`
or this
`su - librenms -c ./daily.sh`
This commit is contained in:
Tony Murray
2016-03-14 15:10:24 -05:00
parent 2bbbd13f2c
commit d3a4e03b2c

View File

@@ -6,7 +6,7 @@ by ensuring:
$config['update'] = 0;
is no longer commented out. If you would like to perform a manual update
then you can do this by running the following command:
then you can do this by running the following command as the librenms user:
./daily.sh