forked from p15670423/monkey
Docs: Add instructions to run IM as service on boot through the AppImage
This commit is contained in:
parent
28f60d51ff
commit
0c95f66782
|
@ -46,6 +46,18 @@ do, see the [FAQ]({{< ref
|
|||
>}}) for more information.
|
||||
{{% /notice %}}
|
||||
|
||||
## Running the Infection Monkey as a service on boot
|
||||
|
||||
To install the Infection Monkey as a service and run it on boot, run the AppImage package with these parameters:
|
||||
```bash
|
||||
./InfectionMonkey-v1.13.0.AppImage service --install --user <USERNAME>
|
||||
```
|
||||
|
||||
To uninstall it, run:
|
||||
```bash
|
||||
./InfectionMonkey-v1.13.0.AppImage service --uninstall
|
||||
```
|
||||
|
||||
## Configuring the server
|
||||
|
||||
You can configure the server by creating
|
||||
|
|
Loading…
Reference in New Issue