Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d7a9e3f

Browse files
committed
Applied Kateryna's sugestions
1 parent fea0660 commit d7a9e3f

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

src/tools/site-wide-analysis.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,25 @@ Run the following commands to uninstall the service from your system and remove
334334
rm /usr/local/bin/scheduler
335335
```
336336
337-
If you configured the agent to run with cron instead, remove it from the crontab list.
337+
If you configured the agent to run with cron instead, use the following instructions:
338338
339-
```bash
340-
crontab -e
341-
```
339+
1. Remove the agent from the crontab list.
340+
341+
```bash
342+
crontab -e
343+
```
344+
345+
1. Stop the running job.
346+
347+
```bash
348+
ps aux | grep scheduler
349+
```
350+
351+
1. Remove the directory where you installed the agent.
352+
353+
```bash
354+
rm -rf swat-agent
355+
```
342356
343357
### Configuration reference
344358

0 commit comments

Comments
 (0)