mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
./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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user