mirror of
https://github.com/sqall01/LSMS.git
synced 2024-11-16 17:18:26 +01:00
fixed path
This commit is contained in:
parent
68ae312afb
commit
c2d3d32610
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ If you want to use the scripts to monitor your Linux system constantly, you have
|
|||
|
||||
2. Configure the scripts that you want to run using the configuration files in the `scripts/config/` directory.
|
||||
|
||||
3. Set up a cron job as `root` user that executes `start_search.py` (e.g., `0 * * * * root /root/security_scripts/start_search.py` to start the search hourly).
|
||||
3. Set up a cron job as `root` user that executes `start_search.py` (e.g., `0 * * * * root /opt/LSMS/start_search.py` to start the search hourly).
|
||||
|
||||
## List of Scripts
|
||||
|
||||
|
|
Loading…
Reference in a new issue